Skip to content

Commit

Permalink
upgrading cloudflared
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jun 27, 2024
1 parent 94c4cec commit e9935d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/cloudflared/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: cloudflared
image: cloudflare/cloudflared:2022.3.0
image: cloudflare/cloudflared:2024.6.1
args:
- tunnel
# Points cloudflared to the config file, which configures what
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/cloudflared/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Secret
type: Opaque
data:
credentials.json: eyJBY2NvdW50VGFnIjoiNWEyZmI5MzZlMWE1OGQ0MTBjMmE5YWI4Y2Y3ZTVlYzMiLCJUdW5uZWxTZWNyZXQiOiJIbmhHL1FDdFdUZzczS2FDWE5RUUc4MEtQRDAySjFGUmorOENMWTgzcklrPSIsIlR1bm5lbElEIjoiZjA2MWNjYjYtOWVhNi00OTZjLWJkMjAtMGM1NTU1Y2MwNmU0In0=
kind: Secret
metadata:
creationTimestamp: "2024-06-27T14:40:49Z"
name: tunnel-credentials
namespace: cloudflared
resourceVersion: "17986729"
uid: eeb734f3-6ffe-468c-ba88-9ab10f216424
type: Opaque

0 comments on commit e9935d9

Please sign in to comment.