Skip to content

Commit

Permalink
chore(deps): update cloudflare/cloudflared docker tag to v2024.8.3 (#869
Browse files Browse the repository at this point in the history
)

* chore(deps): update cloudflare/cloudflared docker tag to v2024.8.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(cloudflared): cleanup

Signed-off-by: Nicolas Lamirault <[email protected]>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Nicolas Lamirault <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
renovate[bot] and nlamirault authored Sep 6, 2024
1 parent ce80daf commit 377a601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflare-tunnel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: cloudflare-tunnel
description: Creation of a cloudflared deployment - a reverse tunnel for an environment
type: application
version: 0.3.0
appVersion: "2023.5.1"
appVersion: "2024.8.3"
icon: https://www.vectorlogo.zone/logos/cloudflare/cloudflare-icon.svg
home: https://github.com/nlamirault/portefaix-hub
sources:
Expand Down Expand Up @@ -33,4 +33,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Cleanup labels
description: Bump to v2024.8.3
2 changes: 1 addition & 1 deletion charts/cloudflare-tunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ image:
repository: cloudflare/cloudflared
pullPolicy: IfNotPresent
# If supplied, this overrides "appVersion"
tag: "2024.2.1"
tag: "2024.8.3"

replicaCount: 1

Expand Down
6 changes: 2 additions & 4 deletions hack/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@

MIXIN_REPOSITORY = "https://github.com/nlamirault/monitoring-mixins"


logger = logging.getLogger(__name__)


def escape(s):
return (
s.replace("{{", "{{`{{")
Expand Down Expand Up @@ -199,8 +197,8 @@ def manage_mixin(mixin_directory, mixin):
logger.warning("Header for dashboards not found: %s", dashboard_header)
return
for f in glob.glob("%s/%s/dashboards/*.json" % (mixin_directory, mixin)):
manage_dashboards(f, mixin, chart_dst)
manage_dashboards(f, mixin, chart_dst)

template_configmap(mixin, chart_dst, dashboard_header)

mixin_version_file = open("%s/%s/.version" % (mixin_directory, mixin), 'r')
Expand Down

0 comments on commit 377a601

Please sign in to comment.