Skip to content

Commit

Permalink
bump images to v0.18.0 (#69)
Browse files Browse the repository at this point in the history
#release

Signed-off-by: Di Xu <stephenhsu90@gmail.com>
  • Loading branch information
dixudx authored Dec 31, 2024
1 parent 180b517 commit f246666
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 64 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v4.2.0
with:
version: v3.5.0
version: v3.14.4

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.x'
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
Expand All @@ -35,15 +33,17 @@ jobs:
run: |
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.9.0
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.10.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
6 changes: 0 additions & 6 deletions charts/clusternet-agent/Chart.lock

This file was deleted.

10 changes: 6 additions & 4 deletions charts/clusternet-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ sources:

dependencies:
- name: common
version: 1.x.x
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -33,10 +35,10 @@ kubeVersion: ""
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.15.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.2"
appVersion: "v0.18.0"
2 changes: 1 addition & 1 deletion charts/clusternet-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ chart and deletes the release.
| `serviceAccount.name` | The name of the ServiceAccount to create | `"clusternet-agent"` |
| `image.registry` | clusternet-agent image registry | `ghcr.io` |
| `image.repository` | clusternet-agent image repository | `clusternet/clusternet-agent` |
| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.2` |
| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.18.0` |
| `image.pullPolicy` | clusternet-agent image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `leaderElect` | Enable or disable leader elect | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: clusternet/clusternet-agent
tag: v0.17.2
tag: v0.18.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 0 additions & 6 deletions charts/clusternet-controller-manager/Chart.lock

This file was deleted.

16 changes: 9 additions & 7 deletions charts/clusternet-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ keywords:
sources:
- https://github.com/clusternet/charts/tree/main/charts/clusternet-controller-manager

dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -20,21 +27,16 @@ sources:
# pipeline. Library charts do not define any templates and therefore cannot be deployed
type: application

dependencies:
- name: common
version: 1.x.x
repository: https://charts.bitnami.com/bitnami

# A SemVer range of compatible Kubernetes versions
kubeVersion: ""

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.15.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.2"
appVersion: "v0.18.0"
2 changes: 1 addition & 1 deletion charts/clusternet-controller-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ chart and deletes the release.
| `controller` | Controller a list of controllers to enable | `"*"` |
| `image.registry` | clusternet-controller-manager image registry | `ghcr.io` |
| `image.repository` | clusternet-controller-manager image repository | `clusternet/clusternet-controller-manager` |
| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.17.2` |
| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.18.0` |
| `image.pullPolicy` | clusternet-controller-manager image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-controller-manager | `clusternet-reserved` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ controllers: "*"
image:
registry: ghcr.io
repository: clusternet/clusternet-controller-manager
tag: v0.17.2
tag: v0.18.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 0 additions & 6 deletions charts/clusternet-hub/Chart.lock

This file was deleted.

16 changes: 9 additions & 7 deletions charts/clusternet-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ keywords:
sources:
- https://github.com/clusternet/charts/tree/main/charts/clusternet-hub

dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -20,21 +27,16 @@ sources:
# pipeline. Library charts do not define any templates and therefore cannot be deployed
type: application

dependencies:
- name: common
version: 1.x.x
repository: https://charts.bitnami.com/bitnami

# A SemVer range of compatible Kubernetes versions
kubeVersion: ""

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.15.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.2"
appVersion: "v0.18.0"
2 changes: 1 addition & 1 deletion charts/clusternet-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ chart and deletes the release.
| `peerPort` | Port where clusternet-hub peer will be advertised | `8123` |
| `image.registry` | clusternet-hub image registry | `ghcr.io` |
| `image.repository` | clusternet-hub image repository | `clusternet/clusternet-hub` |
| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.2` |
| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.18.0` |
| `image.pullPolicy` | clusternet-hub image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-hub | `clusternet-reserved` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ peerPort: 8123
image:
registry: ghcr.io
repository: clusternet/clusternet-hub
tag: v0.17.2
tag: v0.18.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 0 additions & 6 deletions charts/clusternet-scheduler/Chart.lock

This file was deleted.

10 changes: 6 additions & 4 deletions charts/clusternet-scheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ sources:

dependencies:
- name: common
version: 1.x.x
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -33,10 +35,10 @@ kubeVersion: ""
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.15.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.2"
appVersion: "v0.18.0"
2 changes: 1 addition & 1 deletion charts/clusternet-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ chart and deletes the release.
| `serviceAccount.name` | The name of the ServiceAccount to create | `clusternet-scheduler` |
| `image.registry` | clusternet-scheduler image registry | `ghcr.io` |
| `image.repository` | clusternet-scheduler image repository | `clusternet/clusternet-scheduler` |
| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.17.2` |
| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.18.0` |
| `image.pullPolicy` | clusternet-scheduler image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `leaderElect` | Enable or disable leader elect | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: clusternet/clusternet-scheduler
tag: v0.17.2
tag: v0.18.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
1 change: 0 additions & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ chart-dirs:
- charts
chart-repos:
- clusternet=https://clusternet.github.io/charts
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s
validate-maintainers: false
check-version-increment: true
Expand Down

0 comments on commit f246666

Please sign in to comment.