We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ee0ad commit 3a780c7Copy full SHA for 3a780c7
helm/argocd-rbac-operator/values.yaml
@@ -16,11 +16,11 @@ argocd:
16
cmName: argocd-rbac-cm
17
18
# Specify the Operator container image to use for the deployment.
19
-# For example, the following sets the image to the ``quay.io/argoprojlabs/argocd-rbac-operator`` repo and the v0.1.6 tag.
+# For example, the following sets the image to the ``quay.io/argoprojlabs/argocd-rbac-operator`` repo and the v0.1.8 tag.
20
# The container pulls the image if not already present
21
image:
22
repository: quay.io/argoprojlabs/argocd-rbac-operator
23
- tag: v0.1.6
+ tag: v0.1.8
24
pullPolicy: IfNotPresent
25
26
# An array of additional annotations to be applied to the operator service account
0 commit comments