Skip to content

Commit

Permalink
Merge pull request #14 from foomo/beam-cloudflared-no-autoupdate
Browse files Browse the repository at this point in the history
feat(beam): cloudflared no autoupdate flag
  • Loading branch information
franklinkim authored Aug 7, 2024
2 parents 0478487 + 7f72b09 commit 2f857a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/beam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ annotations:
"artifacthub.io/links": |
- name: Chart Source
url: https://github.com/foomo/helm-charts
- name: Pinneped Chart Source
- name: Pinniped Chart Source
url: https://github.com/bitnami/charts/tree/main/bitnami/pinniped/
dependencies:
- name: pinniped
alias: pinniped
version: 2.2.10
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: pinniped.enabled
version: 0.1.1
appVersion: 0.1.1
version: 0.1.2
appVersion: 0.1.2


2 changes: 1 addition & 1 deletion charts/beam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beam

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)

Secure infrastructure access

Expand Down
1 change: 1 addition & 0 deletions charts/beam/templates/cloudflared/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
- tunnel
- --metrics
- 0.0.0.0:3100
- --no-autoupdate
- run
- --token
- {{ .Values.cloudflared.token }}
Expand Down

0 comments on commit 2f857a0

Please sign in to comment.