Skip to content

Commit

Permalink
Merge pull request #167 from MrRuban/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the image.tag
  • Loading branch information
omissis authored May 8, 2023
2 parents 3da2e5a + 758549d commit fb6f65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | | "" |
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit fb6f65e

Please sign in to comment.