Skip to content

Commit

Permalink
chore: Set correct image tag for kaniko task (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Nov 11, 2024
1 parent 7116056 commit ff2fd85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pipelines-library/templates/tasks/git-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
description: |
The base image for the task.
type: string
default: {{ include "edp-tekton.registry" . }}/alpine/git:v2.26.2@sha256:23618034b0be9205d9cc0846eb711b12ba4c9b468efdd8a59aac1d7b1a23363f #tag: v2.26.2
default: {{ include "edp-tekton.registry" . }}/alpine/git:v2.26.2 #@sha256:23618034b0be9205d9cc0846eb711b12ba4c9b468efdd8a59aac1d7b1a23363f
- name: GIT_USER_NAME
type: string
description: |
Expand Down
2 changes: 1 addition & 1 deletion charts/pipelines-library/templates/tasks/kaniko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
default: ./
- name: builder-image
description: The image on which builds will run
default: {{ .Values.kaniko.image.repository }}:{{ .Values.tag }}-debug
default: {{ .Values.kaniko.image.repository }}:{{ .Values.kaniko.image.tag }}-debug
results:
- name: IMAGE_DIGEST
description: Digest of the image just built.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
description: The message to notify about
steps:
- name: post
image: {{ include "edp-tekton.registry" . }}/curlimages/curl:7.70.0@sha256:031df77a11e5edded840bc761a845eab6e3c2edee22669fb8ad6d59484b6a1c4
image: {{ include "edp-tekton.registry" . }}/curlimages/curl:7.70.0 #@sha256:031df77a11e5edded840bc761a845eab6e3c2edee22669fb8ad6d59484b6a1c4
script: |
#!/usr/bin/env sh
MESSAGE=$(echo "${MESSAGE}" | sed -e 's/\"/\\\\"/g')
Expand Down

0 comments on commit ff2fd85

Please sign in to comment.