mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'ddieulivol-upgrade_dependencies_for_review_apps_image' into 'master'
Bump versions for review-apps and triage-ops See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/769 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: ddieulivol <ddieulivol@gitlab.com>
This commit is contained in:
commit
8217b75bbf
2 changed files with 8 additions and 3 deletions
|
|
@ -65,15 +65,15 @@ gitlab-assets:
|
|||
GIT: ['2.33']
|
||||
NODE: ['18.17']
|
||||
|
||||
# Used by GitLab's Review app jobs
|
||||
gitlab-review-app:
|
||||
# Used by GitLab's Review app jobs and triage-ops
|
||||
ep-native-cloud-services:
|
||||
extends:
|
||||
- .gitlab
|
||||
stage: gitlab-review-app
|
||||
variables:
|
||||
RUBY: '3.0'
|
||||
GCLOUD: '383'
|
||||
KUBECTL: '1.23'
|
||||
KUBECTL: '1.26'
|
||||
HELM: '3.9'
|
||||
|
||||
# Used by GitLab's jobs that work with ruby gems
|
||||
|
|
|
|||
|
|
@ -293,6 +293,11 @@ function print_kubectl_args() {
|
|||
KUBECTL_DOWNLOAD_SHA256[amd64]=2d0f5ba6faa787878b642c151ccb2c3390ce4c1e6c8e2b59568b3869ba407c4f
|
||||
KUBECTL_DOWNLOAD_SHA256[arm64]=1d77d6027fc8dfed772609ad9bd68f611b7e4ce73afa949f27084ad3a92b15fe
|
||||
;;
|
||||
1.26)
|
||||
KUBECTL_VERSION=1.26.0
|
||||
KUBECTL_DOWNLOAD_SHA256[amd64]=b6769d8ac6a0ed0f13b307d289dc092ad86180b08f5b5044af152808c04950ae
|
||||
KUBECTL_DOWNLOAD_SHA256[arm64]=79b14e4ddada9e81d2989f36a89faa9e56f8abe6e0246e7bdc305c93c3731ea4
|
||||
;;
|
||||
*) fail "Unknown kubectl version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue