Skip to content

Commit

Permalink
Release 1.17.0-rc1 (#9874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wałach authored Nov 6, 2020
1 parent 618a2ab commit c3c8c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion installation/resources/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
serviceAccountName: kyma-installer
containers:
- name: kyma-installer-container
image: eu.gcr.io/kyma-project/develop/installer:408cb6a6
image: eu.gcr.io/kyma-project/kyma-installer:1.17.0-rc1
imagePullPolicy: IfNotPresent
args:
- -overrideLogFile=/app/overrides.txt
Expand Down
2 changes: 1 addition & 1 deletion resources/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ global:
# - Change the value below to the branch from your fork if you want to point to documentation sources from your fork
# - Change the value below to the release branch during the release
# Example: clusterAssetGroupsVersion: "release-0.9"
clusterAssetGroupsVersion: master
clusterAssetGroupsVersion: release-1.17
namespace_controller:
dir: develop/
version: 8a10f0ed
Expand Down
4 changes: 1 addition & 3 deletions tools/kyma-installer/kyma.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG INSTALLER_VERSION="77306d33"
ARG INSTALLER_DIR=eu.gcr.io/kyma-project
FROM $INSTALLER_DIR/kyma-operator:$INSTALLER_VERSION
FROM eu.gcr.io/kyma-project/kyma-operator:77306d33

LABEL source="[email protected]:kyma-project/kyma.git"

Expand Down

0 comments on commit c3c8c96

Please sign in to comment.