Skip to content

Commit 32a92de

Browse files
committed
chore: bump cloudflared-with-auto-dns-route
1 parent e80a0e2 commit 32a92de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: "cloudflared-tunnel"
3-
version: "1.0.1"
3+
version: "1.0.2"
44
maintainers:
55
- name: GiganticMinecraft

helm-charts/cloudflared-tunnel/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: cloudflared-tunnel-{{ .Values.installationName }}
26-
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:sha-c420cb5"
26+
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:2022.5.3"
2727
env:
2828
- name: TUNNEL_NAME
2929
value: '{{ required "tunnelNamePrefix is required" .Values.tunnelNamePrefix }}-{{ .Values.installationName }}'

seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/cloudflared-k8s-endpoint/cloudflared-k8s-endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
spec:
4848
containers:
4949
- name: cloudflared-k8s-endpoint
50-
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:sha-c420cb5"
50+
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:2022.5.3"
5151
env:
5252
- name: TUNNEL_NAME
5353
value: "onp-kubernetes-api-endpoint-tunnel"

0 commit comments

Comments
 (0)