Skip to content

Commit

Permalink
Merge pull request #86 from kyma-project/config-korifi-github
Browse files Browse the repository at this point in the history
Config korifi GitHub
  • Loading branch information
szeort authored Oct 16, 2024
2 parents 1630579 + a0c32d6 commit 89749f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
shell: bash
run: |
gh release create "${VERSION}" --draft --notes-file RELEASE.md
gh release create "${VERSION}" --title "CFAPI Kyma Module" --draft --notes-file RELEASE.md
- name: Upload release artifacts
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run-kyma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
V_KORIFI: '0.11.2'

jobs:
build:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:

- name: Create korifi release artifacts
env:
VERSION: ${{ env.V_KORIFI }}
VERSION: ${{ vars.KORIFI_GITHUB_REF }}
DOCKER_REGISTRY: ${{ env.REGISTRY }}
DOCKER_REGISTRY_USER: ${{ github.actor }}
DOCKER_REGISTRY_PASS: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# RELEASE version 0.0.9
# RELEASE version 0.1.0

# Prerequisites
* UAA set as OIDC provider
* Kyma environment has OIDC feature, OpenIDConnect CRD, enabled mid-September 2024
* Existing docker registry Or Docker registry kyma module deployed

# In this release
* Adapt to a change in docker registry module (host instead of hostPrefix)
* API servicebinding.io installed
* CR OpenIDConnect installed in case CRD is found
* CR OpenIDConnect used
* CR DockerRegistry installed in case CRD found and docker registry not provided
* Istio experimental Gateway API supported

0 comments on commit 89749f9

Please sign in to comment.