Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 18, 2024
1 parent fa9604c commit 5962e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
PREVIOUS_VERSION : "1.7"
CURRENT_VERSION: "1.8"
LATEST: "latest"
K8S_VERSION: ${{ inputs.k8s_version || fromJSON('{"$\{\{ env.PREVIOUS_VERSION \}\}":"1.24", "$\{\{ env.CURRENT_VERSION \}\}":"1.26", "$\{\{ env.LATEST \}\}":"1.29"}')[matrix.bundle_version] }}
K8S_VERSION: ${{ inputs.k8s_version || fromJSON('{$\{\{ env.PREVIOUS_VERSION \}\}:"1.24", $\{\{ env.CURRENT_VERSION \}\}:"1.26", $\{\{ env.LATEST \}\}:"1.29"}')[matrix.bundle_version] }}
JUJU_VERSION: ${{ fromJSON('{"$PREVIOUS_VERSION":"2.9.49","$CURRENT_VERSION":"3.5.0","$LATEST":"3.5.0"}')[ matrix.bundle_version ] }}
UATS_BRANCH: ${{ inputs.uats_branch || fromJSON('{"$PREVIOUS_VERSION":"track/1.7", "$CURRENT_VERSION":"main", "$LATEST":"main"}')[matrix.bundle_version] }}
PYTHON_VERSION: "3.8"
Expand Down

0 comments on commit 5962e5f

Please sign in to comment.