Skip to content

Commit

Permalink
fix: Fixes image name
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Oct 31, 2024
1 parent 2aa616a commit ffeaebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloudian-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloudian-exporter
description: A Helm chart for cloudian-exporter
type: application
version: 0.1.1
version: 0.1.2
appVersion: "0.1.0"
keywords:
- cloudian
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudian-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: ghcr.io/dodevops/cloudian-exporter/cloudian-exporter
repository: ghcr.io/dodevops/cloudian-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit ffeaebb

Please sign in to comment.