diff --git a/helm_chart/README.md b/helm_chart/README.md index 6e1023a2..392c0fe5 100644 --- a/helm_chart/README.md +++ b/helm_chart/README.md @@ -11,7 +11,7 @@ The following table lists the configurable parameters of the Permission Manager | `replicaCount` | | 1 | | `image.repository` | | "quay.io/sighup/permission-manager" | | `image.pullPolicy` | | "IfNotPresent" | -| `image.tag` | | "1.9.0" | +| `image.tag` | | "v1.9.0" | | `imagePullSecrets` | | [] | | `nameOverride` | | "" | | `fullnameOverride` | | "" | diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index 756c4f11..9297e0b4 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/sighup/permission-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.9.0" + tag: "v1.9.0" imagePullSecrets: [] nameOverride: ""