Skip to content

Commit 015f8f8

Browse files
authored
feat: linode dockerhub apl-tasks (#1677)
1 parent 5560608 commit 015f8f8

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

charts/apl-gitea-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: otomi/tasks
8+
repository: linode/apl-tasks
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: main

charts/apl-harbor-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: otomi/tasks
8+
repository: linode/apl-tasks
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: main

charts/apl-keycloak-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: otomi/tasks
8+
repository: linode/apl-tasks
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: main

charts/otomi-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: otomi/tasks
8+
repository: linode/apl-tasks
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: main

charts/wait-for/templates/job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
serviceAccountName: {{ include "wait-for.serviceAccountName" . }}
3434
containers:
3535
- name: wait-for
36-
image: {{ printf "otomi/tasks:%s" $tag }}
36+
image: {{ printf "linode/apl-tasks:%s" $tag }}
3737
resources:
3838
limits:
3939
cpu: 200m

charts/wait-for/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ host: ''
1313
# optional pull secrets to use:
1414
imagePullSecrets: []
1515

16-
# otomi/tasks image to use, defaults to the one from .versions file
16+
# linode/apl-tasks image to use, defaults to the one from .versions file
1717
# tasksVersion: master
1818

1919
serviceAccount:

helmfile.d/snippets/defaults.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ environments:
123123
quay.io/prometheus/prometheus,
124124
quay.io/kiwigrid/k8s-sidecar,
125125
docker.io/otomi/core,
126-
docker.io/otomi/tasks,
126+
docker.io/linode/apl-tasks,
127127
docker.io/linode/apl-api,
128128
docker.io/drone/drone-runner-kube,
129129
docker.io/grafana/promtail,
@@ -150,26 +150,26 @@ environments:
150150
container.image.repository in (
151151
docker.io/drone/drone-runner-kube,
152152
docker.io/linode/apl-api,
153-
docker.io/otomi/tasks
153+
docker.io/linode/apl-tasks
154154
)
155155
)
156156
- macro: user_known_package_manager_in_container
157157
condition: (
158158
container.image.repository in (
159-
docker.io/otomi/tasks
159+
docker.io/linode/apl-tasks
160160
)
161161
)
162162
- macro: user_known_k8s_client_container
163163
condition: (
164164
container.image.repository in (
165-
docker.io/otomi/tasks,
165+
docker.io/linode/apl-tasks,
166166
ocker.io/otomi/core
167167
) or (k8s.ns.name = "drone-pipelines")
168168
)
169169
- macro: user_known_non_sudo_setuid_conditions
170170
condition: (
171171
container.image.repository in (
172-
docker.io/otomi/tasks,
172+
docker.io/linode/apl-tasks,
173173
docker.io/linode/apl-api,
174174
docker.io/linode/apl-console,
175175
docker.io/gitea/gitea,

0 commit comments

Comments
 (0)