Skip to content

Commit 923ca46

Browse files
committed
chore: update Helm chart versions to 0.14.0-rc.4
1 parent bba9ee0 commit 923ca46

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

self-host/charts/capacitor-next-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: capacitor-next-agent
33
description: A Helm chart for Capacitor Next Agent - Remote cluster agent for Capacitor
44
type: application
5-
version: 0.14.0-rc.3
6-
appVersion: "agent-0.14.0-rc.3"
5+
version: 0.14.0-rc.4
6+
appVersion: "agent-0.14.0-rc.4"
77
home: https://github.com/gimlet-io/capacitor
88
maintainers:
99
- name: Gimlet

self-host/charts/capacitor-next-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/gimlet-io/capacitor-next
3-
tag: agent-0.14.0-rc.3
3+
tag: agent-0.14.0-rc.4
44
pullPolicy: IfNotPresent
55

66
imagePullSecrets: []

self-host/charts/capacitor-next/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: capacitor-next
33
description: A Helm chart for Capacitor Next - Kubernetes UI for FluxCD
44
type: application
5-
version: 0.14.0-rc.3
6-
appVersion: "0.14.0-rc.3"
5+
version: 0.14.0-rc.4
6+
appVersion: "0.14.0-rc.4"
77
home: https://github.com/gimlet-io/capacitor
88
maintainers:
99
- name: Gimlet

self-host/charts/capacitor-next/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Container image configuration
22
image:
33
repository: ghcr.io/gimlet-io/capacitor-next
4-
tag: 0.14.0-rc.3
4+
tag: 0.14.0-rc.4
55
pullPolicy: IfNotPresent
66

77
imagePullSecrets: []

self-host/yaml/capacitor-next/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: capacitor-next
1919
containers:
2020
- name: capacitor-next
21-
image: ghcr.io/gimlet-io/capacitor-next:0.14.0-rc.3
21+
image: ghcr.io/gimlet-io/capacitor-next:0.14.0-rc.4
2222
imagePullPolicy: Always
2323
ports:
2424
- containerPort: 8080

0 commit comments

Comments
 (0)