Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Bump Kyma to version 1.8.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudymi authored Dec 6, 2019
1 parent a752114 commit dbef379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/test-GC-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function finalize() {

if [[ ${CLUSTER_PROVISIONED} = "true" ]]; then
log::info "Exporting cluster logs to ${ARTIFACTS_DIR}" 2>&1 | junit::test_output
kind::export_logs "${CLUSTER_NAME}" 2>&1 | junit::test_output || finalization_failed="true"
kind::export_logs "${CLUSTER_NAME}" "${ARTIFACTS_DIR}" 2>&1 | junit::test_output || finalization_failed="true"

log::info "Deleting cluster" 2>&1 | junit::test_output
kind::delete_cluster "${CLUSTER_NAME}" 2>&1 | junit::test_output || finalization_failed="true"
Expand Down
2 changes: 1 addition & 1 deletion KYMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
7 changes: 3 additions & 4 deletions google-cloud/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ properties:
type: string
title: Cluster Admin Service Account
description: >-
Name of a service account in the target namespace that
has cluster-admin permissions. This is needed for the operator
to create Spark CRD and jobs.
Name of a service account in the target Namespace that
has cluster-admin permissions. Required to install Kyma.
x-google-marketplace:
type: SERVICE_ACCOUNT
serviceAccount:
Expand All @@ -43,4 +42,4 @@ x-google-marketplace:
memory: 11.45Gi
affinity:
simpleNodeAffinity:
type: REQUIRE_ONE_NODE_PER_REPLICA
type: REQUIRE_ONE_NODE_PER_REPLICA

0 comments on commit dbef379

Please sign in to comment.