| gcp_key | desc | yes | — |
| zone | — | yes | europe-west1 |
| project | — | yes | gnog-dev-af5b |
| cluster | — | yes | gloot-cluster |
| repository | never override this unless you know what you're doing | yes | $GITHUB_REPOSITORY |
| oci_helm_repo | — | yes | oci://eu.gcr.io/gloot-automation/gloot-chart/gloot-application |
| oci_chart_version | — | yes | 1.11.3 |
| helm_version | — | yes | 3.11.2 |
| helm_args | should look something like this: "-f /files/values.yaml --set image.tag=latest" | yes | — |
| helm_command | never override this unless you know what you're doing (protip: you don't) | yes | upgrade --atomic --wait --install $RELEASE_NAME $INPUT_OCI_HELM_REPO --version=$INPUT_OCI_CHART_VERSION --set application.repo=$REPOSITORY |