Skip to content

Commit

Permalink
Merge pull request #57 from foomo/cloudflared-2025.1.0
Browse files Browse the repository at this point in the history
feat(beam): update cloudflared 2025.1.0
  • Loading branch information
franklinkim authored Jan 29, 2025
2 parents 75232ec + 610e8bd commit 2f10383
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/beam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
# https://artifacthub.io/packages/helm/bitnami/pinniped
- name: pinniped
alias: pinniped
version: 2.4.1
version: 2.4.7
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: pinniped.enabled
version: 0.5.0
appVersion: 0.5.0
version: 0.5.1
appVersion: 0.5.1

6 changes: 3 additions & 3 deletions charts/beam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beam

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

Secure infrastructure access

Expand Down Expand Up @@ -107,7 +107,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | pinniped(pinniped) | 2.4.1 |
| oci://registry-1.docker.io/bitnamicharts | pinniped(pinniped) | 2.4.7 |

## Values

Expand Down Expand Up @@ -136,7 +136,7 @@ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-ku
| cloudflared.image.pullPolicy | string | `"IfNotPresent"` | Image tag |
| cloudflared.image.pullSecrets | list | `[]` | Image pull secrets |
| cloudflared.image.repository | string | `"cloudflare/cloudflared"` | Image repository |
| cloudflared.image.tag | string | `"2024.12.2"` | Image tag |
| cloudflared.image.tag | string | `"2025.1.0"` | Image tag |
| cloudflared.ingress | list | `[]` | Define ingress rules for the tunnel ([read more](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress)) |
| cloudflared.livenessProbe | object | `{"failureThreshold":1,"httpGet":{"path":"/ready","port":2000},"initialDelaySeconds":10,"periodSeconds":10}` | Liveness probe settings for pods. |
| cloudflared.podAnnotations | object | `{}` | Annotations for pods |
Expand Down
2 changes: 1 addition & 1 deletion charts/beam/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"type": "string"
},
"tag": {
"default": "2024.12.2",
"default": "2025.1.0",
"description": "Image tag",
"required": [],
"title": "tag",
Expand Down
2 changes: 1 addition & 1 deletion charts/beam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cloudflared:
# @schema
# -- Image tag
# @section -- Cloudflared settings
tag: '2024.12.2' # https://github.com/cloudflare/cloudflared/releases
tag: '2025.1.0' # https://github.com/cloudflare/cloudflared/releases
# @schema
# type: object
# @schema
Expand Down

0 comments on commit 2f10383

Please sign in to comment.