Skip to content

Commit

Permalink
[stacks-blockchain-api] update API version to 7.0.0 & fix CDN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Feb 17, 2023
1 parent bac2d99 commit a7f9ab7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hirosystems/stacks-blockchain-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: ApplicationServer
apiVersion: v2
appVersion: 6.3.4
appVersion: 7.0.0
dependencies:
- condition: stacks-blockchain.enabled
name: stacks-blockchain
Expand Down Expand Up @@ -41,4 +41,4 @@ sources:
- https://github.com/hirosystems/stacks-blockchain-api
- https://docs.hiro.so/api
- https://docs.hiro.so/get-started/stacks-blockchain-api
version: 2.0.3
version: 2.0.4
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain-api/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
Return true if a secret object for the CDN should be created
*/}}
{{- define "stacksBlockchainApi.cdn.createSecret" -}}
{{- if not .Values.cdn.existingSecret -}}
{{- if and (not .Values.cdn.existingSecret) (.Values.cdn.enabled) -}}
{{- true -}}
{{- end -}}
{{- end -}}
Expand Down
4 changes: 2 additions & 2 deletions hirosystems/stacks-blockchain-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ apiWriter:
image:
registry: docker.io
repository: hirosystems/stacks-blockchain-api
tag: 6.3.4
tag: 7.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -589,7 +589,7 @@ apiReader:
image:
registry: docker.io
repository: hirosystems/stacks-blockchain-api
tag: 6.3.4
tag: 7.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit a7f9ab7

Please sign in to comment.