Skip to content

Commit c3f53ef

Browse files
chore(deps): pin dependencies
1 parent dccba46 commit c3f53ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

03-Kubernetes/cluster-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cluster-autoscaler:
3434
image:
3535
repository: k8s.gcr.io/autoscaling/cluster-autoscaler
3636
pullPolicy: IfNotPresent
37-
tag: v1.25.1 # Follows cluster versions schemes: controle plane 1.18 -> tag v1.18.x
37+
tag: v1.25.1@sha256:cfdfd46b726a2d5488d4df9c41b636acbab0dff4c01c8c6dbe3d057539f2f2af # Follows cluster versions schemes: controle plane 1.18 -> tag v1.18.x
3838

3939
# Defaults to "ClusterFirst". Valid values are
4040
# 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'

04-Application/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515
# Permissions are already set to allow Gitlab to access the registry
1616
build:
1717
stage: build
18-
image: public.ecr.aws/zero-downtime/buildah-awscli:v1.22.0
18+
image: public.ecr.aws/zero-downtime/buildah-awscli:v1.22.0@sha256:d79e2ce427fe150871bd8b69defbeb5f2d8f77e8fd4e48d3a1827b4fa3fc5654
1919
extends:
2020
- .tags
2121
variables:
@@ -35,7 +35,7 @@ build:
3535

3636
# This job will deploy our application based on our Kube manifest
3737
release:
38-
image: alpine/helm:latest
38+
image: alpine/helm:latest@sha256:cb8ece497db7f3997f52a2f9a152ffc99feb53d74741a6e4e925a879fb7262c1
3939
stage: deploy
4040
extends:
4141
- .tags

04-Application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/golang:1.20 AS builder
1+
FROM public.ecr.aws/docker/library/golang:1.20@sha256:8f9af7094d0cb27cc783c697ac5ba25efdc4da35f8526db21f7aebb0b0b4f18a AS builder
22
WORKDIR /app
33

44
COPY go.* .

0 commit comments

Comments
 (0)