Skip to content

Commit

Permalink
[PTFE-658] Changing registry to ghcr (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardmoindrot committed Jul 27, 2023
1 parent 44ba76b commit a6c1500
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions charts/gh-action-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
replicaCount: 1

image:
repository: "registry.scality.com/gh-actions-exporter/gh-actions-exporter"
repository: ghcr.io/scality/gh-actions-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.0.1-gamma"
tag: 0.0.1-gamma

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""


config:
job_relabelling: []

Expand All @@ -29,10 +28,12 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand All @@ -46,7 +47,8 @@ service:

ingress:
enabled: true
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
Expand All @@ -61,7 +63,8 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down

0 comments on commit a6c1500

Please sign in to comment.