Skip to content

Commit

Permalink
correct k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Aug 12, 2024
1 parent 0b54353 commit d4813ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
rm -f nginx-ingress/templates/controller-rolebinding.yaml
sed -i '14s/name: {{ include "nginx-ingress.fullname" . }}/name: nginx-ingress-operator-nginx-ingress-admin/' nginx-ingress/templates/clusterrolebinding.yaml
mv ../schemas/${{ inputs.k8s_version || '1.30.0' }} nginx-ingress/${{ inputs.k8s_version || '1.30.0' }}
mv ../schemas/v${{ inputs.k8s_version || '1.30.0' }} nginx-ingress/v${{ inputs.k8s_version || '1.30.0' }}
sed -i -e "s#ref\": \"file.*_def#ref\": \"file://./helm-charts/nginx-ingress/v${{ inputs.k8s_version || '1.30.0' }}/_def#" nginx-ingress/values.schema.json
rm -rf ../schemas
Expand Down

0 comments on commit d4813ce

Please sign in to comment.