Skip to content

Commit

Permalink
fix: changed container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Apr 25, 2023
1 parent cb5bb21 commit 828c87d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-prometheus
description: Steadybit Prometheus extension Helm chart for Kubernetes.
version: 1.4.3
version: 1.4.4
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ manifest should match snapshot with TLS:
value: null
- name: STEADYBIT_EXTENSION_PROMETHEUS_INSTANCE_0_ORIGIN
value: null
image: steadybit/extension-prometheus:latest
image: ghcr.io/steadybit/extension-prometheus:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -91,7 +91,7 @@ manifest should match snapshot with mutual TLS:
value: null
- name: STEADYBIT_EXTENSION_PROMETHEUS_INSTANCE_0_ORIGIN
value: null
image: steadybit/extension-prometheus:latest
image: ghcr.io/steadybit/extension-prometheus:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -153,7 +153,7 @@ manifest should match snapshot without TLS:
value: null
- name: STEADYBIT_EXTENSION_PROMETHEUS_INSTANCE_0_ORIGIN
value: null
image: steadybit/extension-prometheus:latest
image: ghcr.io/steadybit/extension-prometheus:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prometheus:

image:
# image.name -- The container image to use for the steadybit prometheus extension.
name: steadybit/extension-prometheus
name: ghcr.io/steadybit/extension-prometheus
# image.tag -- tag name of the extension-prometheus container image to use.
# See https://hub.docker.com/r/steadybit/extension-prometheus for all tags.
tag: latest
Expand Down

0 comments on commit 828c87d

Please sign in to comment.