Skip to content

Commit

Permalink
fix(bootstrap): use vendored kubectl image for CAPI (#847)
Browse files Browse the repository at this point in the history
* fix(bootstrap): use gcr vendored kubectl for capi

Signed-off-by: David van der Spek <[email protected]>

* ci: fix setup plural action

Signed-off-by: David van der Spek <[email protected]>

---------

Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek authored Sep 13, 2023
1 parent 97d4d99 commit 6a66937
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix-vendor-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ jobs:
- name: Install @semantic-release/commit-analyzer
run: npm install -g @semantic-release/commit-analyzer
- name: installing plural
uses: pluralsh/[email protected].5
uses: pluralsh/[email protected].9
with:
config: ${{ secrets.PLURAL_CONF }}
vsn: 0.7.6
vsn: 0.7.8
- run: plural apply -f ${{ matrix.pluralfile }}
- name: 'Run Semantic Release'
run: APP_NAME=${{ matrix.repository }} semantic-release
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-bootstrap
description: A Helm chart for Kubernetes
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v1.5.1"
dependencies:
- name: cluster-api-bootstrap
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-bootstrap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-control-plane
description: A Helm chart for Kubernetes
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v1.5.1"
dependencies:
- name: cluster-api-control-plane
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-core
description: A Helm chart for Kubernetes
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v1.5.1"
dependencies:
- name: cluster-api-core
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-provider-aws
description: A Helm chart for Kubernetes
type: application
version: 0.1.5
version: 0.1.6
appVersion: "v2.2.1"
dependencies:
- name: cluster-api-provider-aws
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-azure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-provider-azure
description: A Helm chart for Kubernetes
type: application
version: 0.1.11
version: 0.1.12
appVersion: v1.10.2
dependencies:
- name: cluster-api-provider-azure
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-azure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-docker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-provider-docker
description: A Helm chart for Kubernetes
type: application
version: 0.1.2
version: 0.1.3
appVersion: "v1.5.1"
dependencies:
- name: cluster-api-provider-docker
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-docker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-gcp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-api-provider-gcp
description: A Helm chart for Kubernetes
type: application
version: 0.1.12
version: 0.1.13
appVersion: v1.4.5
dependencies:
- name: cluster-api-provider-gcp
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-gcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ job:
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
image:
repository: bitnami/kubectl
repository: gcr.io/pluralsh/bitnami/kubectl
tag: 1.25.8
pullPolicy: IfNotPresent

0 comments on commit 6a66937

Please sign in to comment.