File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 serviceAccountName : argocd-operator
1616 containers :
1717 - name : argocd-operator
18- image : quay.io/jmckind/argocd-operator@sha256:d1385d23a60205636bc3789b0127d6159d33d7a7521dd07d6b679b7f734ee4b3
18+ image : quay.io/jmckind/argocd-operator@sha256:0fa4b7709e1e9c9cb9ca064be50618f71ff3eef07e185c631b1227f8e5a57776
1919 command :
2020 - argocd-operator
2121 imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Name | Default | Description
1313[ ** Image** ] ( #image ) | ` quay.io/jmckind/argocd-operator-util ` | The container image for the export Job.
1414[ ** Schedule** ] ( #schedule ) | [ Empty] | Export schedule in Cron format, see https://en.wikipedia.org/wiki/Cron .
1515[ ** Storage** ] ( #storage-options ) | [ Object] | The storage configuration options.
16- [ ** Version** ] ( #version ) | v0.0.8 (SHA) | The tag to use with the container image for the export Job.
16+ [ ** Version** ] ( #version ) | v0.0.9 (SHA) | The tag to use with the container image for the export Job.
1717
1818## Argocd
1919
@@ -116,5 +116,5 @@ metadata:
116116 labels:
117117 example: version
118118spec:
119- version: v0.0.8
119+ version: v0.0.9
120120` ` `
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const (
8686 ArgoCDDefaultExportJobImage = "quay.io/jmckind/argocd-operator-util"
8787
8888 // ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
89- ArgoCDDefaultExportJobVersion = "sha256:dad24d8a2b09cbe3c6c78f2d2cdf344a88b5735a3db5a6aec84dc8b57b2cbdd0 " // v0.0.8
89+ ArgoCDDefaultExportJobVersion = "sha256:15fcd9f7faf30dba0eef849b8d9a3c8743c8a0de6cc8d0e1c86de29fea399e07 " // v0.0.9
9090
9191 // ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
9292 ArgoCDDefaultExportLocalCapicity = "2Gi"
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ package version
1616
1717var (
1818 // Version is the ArgoCD Operator version.
19- Version = "0.0.8 "
19+ Version = "0.0.9 "
2020)
You can’t perform that action at this time.
0 commit comments