File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
build-tools/helm/spark-kubernetes-operator Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 export DIR=charts-${{ matrix.branch }}
4444 fi
4545 cd build-tools/helm
46- sed -i 's/repository: /repository: apache\//' spark-kubernetes-operator/values.yaml
4746 sed -i 's/tag: .*$/tag: ${{ matrix.branch }}-snapshot/' spark-kubernetes-operator/values.yaml
4847 mkdir -p tmp/$DIR
4948 helm package spark-kubernetes-operator -d tmp/$DIR --app-version ${{ matrix.branch }}-snapshot
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616image :
17- repository : spark-kubernetes-operator
17+ repository : apache/ spark-kubernetes-operator
1818 pullPolicy : IfNotPresent
1919 tag : 0.2.0-SNAPSHOT
2020 # If image digest is set then it takes precedence and the image tag will be ignored
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ following table:
5959
6060| Parameters | Description | Default value |
6161| ---------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------|
62- | image.repository | The image repository of spark-kubernetes-operator. | spark-kubernetes-operator |
62+ | image.repository | The image repository of spark-kubernetes-operator. | apache/ spark-kubernetes-operator |
6363| image.pullPolicy | The image pull policy of spark-kubernetes-operator. | IfNotPresent |
6464| image.tag | The image tag of spark-kubernetes-operator. | 0.2.0-SNAPSHOT |
6565| image.digest | The image digest of spark-kubernetes-operator. If set then it takes precedence and the image tag will be ignored. | |
You can’t perform that action at this time.
0 commit comments