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

fix(bootstrap): use vendored kubectl image for CAPI #847

Merged
merged 2 commits into from
Sep 13, 2023
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
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
Loading