File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
charts/gh-action-exporter Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
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
1313imagePullSecrets : []
1414nameOverride : " "
1515fullnameOverride : " "
1616
17-
1817config :
1918 job_relabelling : []
2019
@@ -29,10 +28,12 @@ serviceAccount:
2928
3029podAnnotations : {}
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
4748ingress :
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
You can’t perform that action at this time.
0 commit comments