1
0

Change labels & add registry mirror

This commit is contained in:
2024-04-27 07:55:37 -04:00
parent 6c337a96c3
commit 6ddc855c6b
4 changed files with 24 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: "0.2.10"
imagePullSecrets: []
imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""
@@ -18,25 +18,25 @@ serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
annotations: { }
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext: {}
# fsGroup: 2000
podSecurityContext: { }
# fsGroup: 2000
securityContext: {}
securityContext: { }
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# runAsUser: 1000
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
@@ -46,7 +46,7 @@ resources: {}
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# memory: 128Mi
autoscaling:
enabled: false
@@ -55,21 +55,20 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
nodeSelector: { }
tolerations: []
tolerations: [ ]
affinity: {}
affinity: { }
act_runner:
storageclass: "default"
sharedStorageSize: "50G"
sharedStorageClass: "default"
registryMirror: ""
instance: "https://gitea.example.com"
token: ""
labels:
- "ubuntu-latest:docker://node:16-bullseye"
- "ubuntu-22.04:docker://node:16-bullseye"
- "ubuntu-20.04:docker://node:16-bullseye"
- "ubuntu-18.04:docker://node:16-buster"
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "ubuntu-20.04:docker://catthehacker/ubuntu:act-20.04"
- "ubuntu-18.04:docker://catthehacker/ubuntu:act-20.04"