Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMCMS-9132 - update the version of docker-kubectl for k8s 1.24 #350

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Dependencies
- CSM 1.6 moved to Kubernetes 1.24, so use client v24.x to ensure compatability
- CSM 1.6 moved to Kubernetes 1.24, so use client v24.x to ensure compatibility
- Bump `tj-actions/changed-files` from 44 to 45 ([#349](https://github.com/Cray-HPE/cray-product-catalog/pull/349))
- CASMCMS-9132 - updated to 'docker-kubectl' image version 1.24.17 for the Kubernetes 1.24 upgrade.

## [2.3.1] - 2024-08-15

Expand Down
4 changes: 2 additions & 2 deletions charts/cray-product-catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP
# (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -40,5 +40,5 @@ annotations:
- name: cray-product-catalog-update
image: artifactory.algol60.net/csm-docker/S-T-A-B-L-E/cray-product-catalog-update:0.0.0-docker
- name: docker-kubectl
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.19.15
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.24.17
artifacthub.io/license: MIT
2 changes: 1 addition & 1 deletion charts/cray-product-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
kubectl:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker-kubectl
tag: 1.19.15
tag: 1.24.17
migration:
image:
repository: artifactory.algol60.net/csm-docker/S-T-A-B-L-E/cray-product-catalog-update
Expand Down
Loading