Skip to content

Commit a6c1500

Browse files
author
gaspardmoindrot
authored
[PTFE-658] Changing registry to ghcr (#46)
1 parent 44ba76b commit a6c1500

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

charts/gh-action-exporter/values.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
replicaCount: 1
66

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

1313
imagePullSecrets: []
1414
nameOverride: ""
1515
fullnameOverride: ""
1616

17-
1817
config:
1918
job_relabelling: []
2019

@@ -29,10 +28,12 @@ serviceAccount:
2928

3029
podAnnotations: {}
3130

32-
podSecurityContext: {}
31+
podSecurityContext:
32+
{}
3333
# fsGroup: 2000
3434

35-
securityContext: {}
35+
securityContext:
36+
{}
3637
# capabilities:
3738
# drop:
3839
# - ALL
@@ -46,7 +47,8 @@ service:
4647

4748
ingress:
4849
enabled: true
49-
annotations: {}
50+
annotations:
51+
{}
5052
# kubernetes.io/ingress.class: nginx
5153
# kubernetes.io/tls-acme: "true"
5254
hosts:
@@ -61,7 +63,8 @@ ingress:
6163
# hosts:
6264
# - chart-example.local
6365

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

0 commit comments

Comments
 (0)