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

Linter comparison failing #34

Open
Haarolean opened this issue Jan 13, 2025 · 0 comments
Open

Linter comparison failing #34

Haarolean opened this issue Jan 13, 2025 · 0 comments

Comments

@Haarolean
Copy link
Member

https://github.com/kafbat/helm-charts/actions/runs/12747610807/job/35526033231?pr=33

Run helm_version_new=$(cat charts/kafka-ui/Chart.yaml  | grep version | awk  '{print $2}')
  helm_version_new=$(cat charts/kafka-ui/Chart.yaml  | grep version | awk  '{print $[2](https://github.com/kafbat/helm-charts/actions/runs/12747610807/job/35526033231?pr=33#step:5:2)}')
  helm_version_old=$(curl -s https://raw.githubusercontent.com/kafbat/helm-charts/main/charts/kafka-ui/Chart.yaml |   grep version | awk  '{print $2}' )
  echo $helm_version_old
  echo $helm_version_new
  if [[ "$helm_version_new" > "$helm_version_old" ]]; then exit 0 ; else exit 1 ; fi
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
1.[4](https://github.com/kafbat/helm-charts/actions/runs/12747610807/job/35526033231?pr=33#step:5:4).9
1.4.10
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant