diff --git a/.env b/.env index 7a6d8574..b8963018 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.4.70 -ABSTRACTO_VERSION=1.5.56 \ No newline at end of file +ABSTRACTO_VERSION=1.5.57 \ No newline at end of file diff --git a/deployment/helm/sissi/templates/api-keys.yaml b/deployment/helm/sissi/templates/api-keys.yaml index 79cc0750..3c06bb1e 100644 --- a/deployment/helm/sissi/templates/api-keys.yaml +++ b/deployment/helm/sissi/templates/api-keys.yaml @@ -7,4 +7,5 @@ data: youtubeApiKey: {{ $.Values.apiKeys.youtube.apiKey | b64enc }} twitchClientId: {{ $.Values.apiKeys.twitch.clientId | b64enc }} twitchSecret: {{ $.Values.apiKeys.twitch.secret | b64enc }} - openWeatherMapApiKey: {{ $.Values.apiKeys.openWeatherMap.apiKey | b64enc }} \ No newline at end of file + openWeatherMapApiKey: {{ $.Values.apiKeys.openWeatherMap.apiKey | b64enc }} + freeCurrencyApiApiKey: {{ $.Values.apiKeys.freeCurrencyApi.apiKey | b64enc }} \ No newline at end of file diff --git a/deployment/helm/sissi/templates/deployment.yaml b/deployment/helm/sissi/templates/deployment.yaml index dc06fb3f..4f94fbf2 100644 --- a/deployment/helm/sissi/templates/deployment.yaml +++ b/deployment/helm/sissi/templates/deployment.yaml @@ -78,6 +78,11 @@ spec: secretKeyRef: name: api-keys key: openWeatherMapApiKey + - name: FREE_CURRENCY_API_API_KEY + valueFrom: + secretKeyRef: + name: api-keys + key: freeCurrencyApiApiKey - name: TWITCH_CLIENT_ID valueFrom: secretKeyRef: diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 9093f1d5..fa781d73 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -93,7 +93,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.56 + tag: 1.5.57 templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always @@ -104,7 +104,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.56 + tag: 1.5.57 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always @@ -138,6 +138,8 @@ apiKeys: twitch: secret: null clientId: null + freeCurrencyApi: + apiKey: null imagePullSecrets: null nameOverride: '' fullnameOverride: '' diff --git a/pom.xml b/pom.xml index dd5d7b75..ddeaa3dc 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ 17 17 - 1.5.56 - 1.4.48 + 1.5.57 + 1.4.49 4.9.0 3.5.0