Skip to content

Commit

Permalink
use appVersion instead (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Aug 11, 2021
1 parent 29a3841 commit 76c095b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ jobs:
./k8-util/cluster/reset-k3d.sh
k3d image import -k /tmp/infinyon-fluvio.tar -c fluvio
make FLUVIO_BIN=./fluvio TEST_BIN=./flv-test smoke-test-k8-tls-root
- name: Print version
run: ./fluvio version

- name: Save logs
if: failure()
Expand All @@ -455,6 +457,7 @@ jobs:

k8_upgrade_test:
name: Upgrade cluster test
if: ${{ false }}
needs: build_image
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -525,7 +528,7 @@ jobs:
- build_binaries
- local_cluster_test
- k8_cluster_test
- k8_upgrade_test
# - k8_upgrade_test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion k8-util/helm/fluvio-app/templates/sc-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- toYaml .Values.scPod.nodeSelector | nindent 8 }}
containers:
- name: fluvio-sc
image: {{ .Values.image.registry }}/fluvio:{{ .Values.image.tag | default .Chart.Version }}
image: {{ .Values.image.registry }}/fluvio:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.scPod.resources | nindent 12 }}
Expand Down

0 comments on commit 76c095b

Please sign in to comment.