Skip to content

Commit

Permalink
Bump version and update k8s template env name
Browse files Browse the repository at this point in the history
  • Loading branch information
roadietest authored and Ian-Link-Roadie committed Jan 3, 2025
1 parent d7e7942 commit 7ccf7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roadie-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: roadie-broker
description: Allows access from Roadie Backstage to internal services via a Snyk Broker Client
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
sources:
- https://github.com/RoadieHQ/helm-charts
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion roadie-kubernetes-cluster-access/templates/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
value: {{ .Values.broker.token }}
- name: BROKER_SERVER_URL
value: https://{{ .Values.broker.tenantName }}.broker.roadie.so
- name: CA_CERT
- name: NODE_EXTRA_CA_CERTS
value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
- name: LOG_LEVEL
value: {{ .Values.broker.logLevel }}
Expand Down

0 comments on commit 7ccf7e3

Please sign in to comment.