Skip to content

Commit

Permalink
Updated default registry to ghcr.io (#1454)
Browse files Browse the repository at this point in the history
* Updated default registry to ghcr.io

* Bumped chart version and built api-docs

* Updated build-helm-chart job, step Run chart-testing (install) to look for the correct registry
  • Loading branch information
aneagoe authored Feb 13, 2022
1 parent e918216 commit 651c17e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:

- name: Run chart-testing (install)
run: |
docker build -t gcr.io/spark-operator/spark-operator:local .
minikube image load gcr.io/spark-operator/spark-operator:local
docker build -t ghcr.io/googlecloudplatform/spark-operator:local .
minikube image load ghcr.io/googlecloudplatform/spark-operator:local
ct install
integration-test:
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.1.17
version: 1.1.18
appVersion: v1beta2-1.3.3-3.1.1
keywords:
- spark
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1

image:
# -- Image repository
repository: gcr.io/spark-operator/spark-operator
repository: ghcr.io/googlecloudplatform/spark-operator
# -- Image pull policy
pullPolicy: IfNotPresent
# -- if set, override the image tag whose default is the chart appVersion.
Expand Down
4 changes: 2 additions & 2 deletions docs/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3120,8 +3120,8 @@ map[string]string
<td>
<code>ingressTLS</code><br/>
<em>
<a href="https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#ingresstls-v1beta1-extensions">
[]Kubernetes extensions/v1beta1.IngressTLS
<a href="https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#ingresstls-v1-networking">
[]Kubernetes networking/v1.IngressTLS
</a>
</em>
</td>
Expand Down

0 comments on commit 651c17e

Please sign in to comment.