Skip to content

Commit d168321

Browse files
merllsvcAPLBot
andauthored
chore: update Core base image (#2636)
Co-authored-by: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com>
1 parent dd80be7 commit d168321

File tree

6 files changed

+15
-38
lines changed

6 files changed

+15
-38
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: always() && contains(needs.release.result, 'success') && !github.event.act
132132
runs-on: ubuntu-22.04
133133
container:
134-
image: linode/apl-tools:v2.8.2
134+
image: linode/apl-tools:v2.10.3
135135
options: --user 0 # See https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
136136
steps:
137137
- name: Checkout

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linode/apl-tools:v2.10.2 AS ci
1+
FROM linode/apl-tools:v2.10.3 AS ci
22

33
ENV APP_HOME=/home/app/stack
44

@@ -36,7 +36,7 @@ FROM ci AS clean
3636
# below command removes the packages specified in devDependencies and set NODE_ENV to production
3737
RUN npm prune --production
3838

39-
FROM linode/apl-tools:v2.10.2 AS prod
39+
FROM linode/apl-tools:v2.10.3 AS prod
4040
ARG APPS_REVISION=''
4141
ENV APP_HOME=/home/app/stack
4242
ENV ENV_DIR=/home/app/stack/env

charts/team-ns/templates/configmap.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

charts/team-ns/templates/policies/best-practice/require-pod-liveness-probe.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ spec:
5252
selector:
5353
matchLabels:
5454
app.kubernetes.io/instance: tekton-dashboard-{{ $v.teamId }}
55-
55+
- resources:
56+
selector:
57+
matchLabels:
58+
otomi: tty
5659
preconditions:
5760
all:
5861
- key: "{{`{{request.operation || 'BACKGROUND'}}`}}"

charts/team-ns/templates/policies/best-practice/require-pod-readiness-probe.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ spec:
5252
selector:
5353
matchLabels:
5454
app.kubernetes.io/instance: tekton-dashboard-{{ $v.teamId }}
55+
- resources:
56+
selector:
57+
matchLabels:
58+
otomi: tty
5559
preconditions:
5660
all:
5761
- key: "{{`{{request.operation || 'BACKGROUND'}}`}}"

charts/team-ns/templates/policies/best-practice/require-pod-startup-probe.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ spec:
5555
selector:
5656
matchLabels:
5757
app.kubernetes.io/instance: tekton-dashboard-{{ $v.teamId }}
58+
- resources:
59+
selector:
60+
matchLabels:
61+
otomi: tty
5862
preconditions:
5963
all:
6064
- key: "{{`{{request.operation || 'BACKGROUND'}}`}}"

0 commit comments

Comments
 (0)