Skip to content

Commit

Permalink
Merge pull request #117 from Calcagiara/coreKanikoArgs
Browse files Browse the repository at this point in the history
fix/bump(core): fixed kanikoArgs default value and fixed dbt/kfp runA…
  • Loading branch information
ffais authored Sep 11, 2024
2 parents ead073f + 4e4489e commit 9566425
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core
description: Core backend application for DigitalHub.
type: application
version: 0.2.9
appVersion: "0.7.0-beta6"
version: 0.2.10
appVersion: "0.7.0-beta7"
maintainers:
- name: ffais
url: https://github.com/ffais
Expand Down
12 changes: 6 additions & 6 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ kfp:
runtime:
dbt:
image: "ghcr.io/scc-digitalhub/digitalhub-sdk/wrapper-dbt"
tag: "0.7.0b4-1"
tag: "0.7.0b6-1"
kfp:
image: "ghcr.io/scc-digitalhub/digitalhub-sdk/wrapper-kfp"
tag: "0.7.0b4-1"
tag: "0.7.0b6-1"
python:
image: "ghcr.io/scc-digitalhub/digitalhub-serverless/python-runtime"
tag3_9: "3.9-0.7.0b3"
tag3_10: "3.10-0.7.0b3"
tag3_11: "3.11-0.7.0b3"
tag3_9: "3.9-0.7.0b6"
tag3_10: "3.10-0.7.0b6"
tag3_11: "3.11-0.7.0b6"

initImage:
builderTool:
Expand Down Expand Up @@ -235,7 +235,7 @@ coreAuthCreds:
clientId: ""
clientSecret: ""

kanikoArgs: false
kanikoArgs: ""

additionalConfig:
debug:
Expand Down

0 comments on commit 9566425

Please sign in to comment.