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 f1aa917 commit 355095f
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-datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-datadog
description: Steadybit Kubernetes extension Helm chart for Datadog.
version: 1.4.4
version: 1.4.5
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 @@ -46,7 +46,7 @@ manifest should match snapshot with TLS:
secretKeyRef:
key: site-url
name: steadybit-extension-datadog
image: steadybit/extension-datadog:latest
image: ghcr.io/steadybit/extension-datadog:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -125,7 +125,7 @@ manifest should match snapshot with mutual TLS:
secretKeyRef:
key: site-url
name: steadybit-extension-datadog
image: steadybit/extension-datadog:latest
image: ghcr.io/steadybit/extension-datadog:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -205,7 +205,7 @@ manifest should match snapshot without TLS:
secretKeyRef:
key: site-url
name: steadybit-extension-datadog
image: steadybit/extension-datadog:latest
image: ghcr.io/steadybit/extension-datadog:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-datadog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datadog:

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

0 comments on commit 355095f

Please sign in to comment.