Skip to content

Commit 358bc98

Browse files
committed
chore: Bump controller manager image tag to 0.6.3 in README and values.yaml
Signed-off-by: Shubham Hibare <Shubham.Hibare@thomsonreuters.com>
1 parent 3e8f3f1 commit 358bc98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/spire/charts/spire-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
288288
| `controllerManager.image.registry` | The OCI registry to pull the image from | `ghcr.io` |
289289
| `controllerManager.image.repository` | The repository within the registry | `spiffe/spire-controller-manager` |
290290
| `controllerManager.image.pullPolicy` | The image pull policy | `IfNotPresent` |
291-
| `controllerManager.image.tag` | Overrides the image tag whose default is the chart appVersion | `0.6.2` |
291+
| `controllerManager.image.tag` | Overrides the image tag whose default is the chart appVersion | `0.6.3` |
292292
| `controllerManager.resources` | Resource requests and limits for controller manager | `{}` |
293293
| `controllerManager.securityContext` | Security context | `{}` |
294294
| `controllerManager.service.type` | Service type for controller manager | `ClusterIP` |

charts/spire/charts/spire-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ controllerManager:
605605
registry: ghcr.io
606606
repository: spiffe/spire-controller-manager
607607
pullPolicy: IfNotPresent
608-
tag: "0.6.2"
608+
tag: "0.6.3"
609609

610610
## @param controllerManager.resources [object] Resource requests and limits for controller manager
611611
resources: {}

0 commit comments

Comments
 (0)