Skip to content

Commit

Permalink
chore: bump cloudflared-with-auto-dns-route
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Jun 5, 2022
1 parent e80a0e2 commit 32a92de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-charts/cloudflared-tunnel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: "cloudflared-tunnel"
version: "1.0.1"
version: "1.0.2"
maintainers:
- name: GiganticMinecraft
2 changes: 1 addition & 1 deletion helm-charts/cloudflared-tunnel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: cloudflared-tunnel-{{ .Values.installationName }}
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:sha-c420cb5"
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:2022.5.3"
env:
- name: TUNNEL_NAME
value: '{{ required "tunnelNamePrefix is required" .Values.tunnelNamePrefix }}-{{ .Values.installationName }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: cloudflared-k8s-endpoint
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:sha-c420cb5"
image: "ghcr.io/giganticminecraft/cloudflared-with-auto-dns-route:2022.5.3"
env:
- name: TUNNEL_NAME
value: "onp-kubernetes-api-endpoint-tunnel"
Expand Down

0 comments on commit 32a92de

Please sign in to comment.