Compare commits

...

2 Commits

Author SHA1 Message Date
Dario Tranchitella
87e5d9b9c7 chore(helm): releasing v0.3.3 2023-06-27 19:12:50 +02:00
Dario Tranchitella
024a41dbf1 chore(kustomize): releasing v0.3.3 2023-06-27 19:12:15 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.4.4 version: 0.4.5
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the application. # This version number should be incremented each time you make changes to the application.
appVersion: 0.3.2 appVersion: 0.3.3

View File

@@ -2769,7 +2769,7 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
image: clastix/capsule:v0.3.2 image: clastix/capsule:v0.3.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: manager name: manager
ports: ports:

View File

@@ -7,4 +7,4 @@ kind: Kustomization
images: images:
- name: controller - name: controller
newName: clastix/capsule newName: clastix/capsule
newTag: v0.3.2 newTag: v0.3.3