Skip to content

Instantly share code, notes, and snippets.

@olblak
Last active August 14, 2023 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olblak/087936a8f401c97835e83b15fbb8a14a to your computer and use it in GitHub Desktop.
Save olblak/087936a8f401c97835e83b15fbb8a14a to your computer and use it in GitHub Desktop.
Running `updatecli apply --config /tmp/manifest.yaml`
Created the commit https://github.com/olblak/k8s-lab/commit/36150b75b4785ab431ff72a2461360bcbf4400b6
scms:
k8s-lab:
kind: git
spec:
branch: testGitProvider
url: git@github.com:olblak/k8s-lab.git
targets:
default:
name: Update cert-manager
kind: yaml
scmid: k8s-lab
spec:
file: helmfile.d/cert-manager.yaml
key: $.releases[0].version
sources:
default:
kind: helmchart
spec:
url: https://charts.jetstack.io
name: cert-manager
name: Test Git scm
scms:
k8s-lab:
kind: git
spec:
branch: testGitProvider
url: git@github.com:olblak/k8s-lab.git
targets:
default:
name: Update cert-manager
kind: yaml
scmid: k8s-lab
spec:
file: helmfile.d/cert-manager.yaml
key: $.releases[0].version
branch:
name: Ensure branch "myNewtestGitProvider" exists
kind: gitbranch
scmid: k8s-lab
spec:
branch: "myNewtestGitProvider"
sources:
default:
kind: helmchart
spec:
url: https://charts.jetstack.io
name: cert-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment