Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): [bot] release ckan:1.1.5 #1096

Merged
merged 5 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"charts/base-cluster":"6.6.2","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"8.3.2","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.1.4"}
{"charts/base-cluster":"6.6.2","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"8.3.2","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.1.5"}
8 changes: 8 additions & 0 deletions charts/ckan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.5](https://github.com/teutonet/teutonet-helm-charts/compare/ckan-v1.1.4...ckan-v1.1.5) (2024-08-14)


### Bug Fixes

* **ckan:** add defaults for datapusher formats defaults ([#1094](https://github.com/teutonet/teutonet-helm-charts/issues/1094)) ([f036735](https://github.com/teutonet/teutonet-helm-charts/commit/f0367357ef1890f32fb6555cb61fce427f46623b))
* **ckan:** volume mount position one level up ([#1095](https://github.com/teutonet/teutonet-helm-charts/issues/1095)) ([a183662](https://github.com/teutonet/teutonet-helm-charts/commit/a18366281613bfa3ed72075c1e5df83f7d9e2e56))

## [1.1.4](https://github.com/teutonet/teutonet-helm-charts/compare/ckan-v1.1.3...ckan-v1.1.4) (2024-07-06)


Expand Down
49 changes: 35 additions & 14 deletions charts/ckan/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
annotations:
artifacthub.io/images: '- image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-primary.yaml

- image: docker.io/bitnami/postgresql:16.4.0-debian-12-r0 # default/StatefulSet/ckan-postgresql-read.yaml

- image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-master.yaml

- image: docker.io/bitnami/redis:7.2.5-debian-12-r4 # default/StatefulSet/ckan-redis-replicas.yaml

- image: docker.io/bitnami/zookeeper:3.9.2-debian-12-r10 # default/StatefulSet/ckan-zookeeper.yaml

- image: docker.io/ckan/ckan-base-datapusher:0.0.21@sha256:90e71b5a5fd6f1de99dd2dd1cac68990a813b21a0fff10e0eaef912f4a64f872 # default/Deployment/ckan-datapusher.yaml

- image: ghcr.io/teutonet/oci-images/ckan:1.0.2@sha256:793f8157c7bfaed2b2ddf98bc20e372852281720b76d975e0b6548501238ea12 # default/Deployment/ckan-ckan.yaml

- image: ghcr.io/teutonet/oci-images/solr-ckan:1.0.4@sha256:39387d06a72b24ee493f8d06cd5a1c800a9230ed78652481433760b649aefa04 # default/StatefulSet/ckan-solr.yaml

'
apiVersion: v2
name: ckan
type: application
version: 1.1.4
appVersion: 2.11.0
maintainers:
- name: syeklu
email: sk@teuto.net
- name: cwrau
email: cwr@teuto.net
- name: marvinWolff
email: mw@teuto.net
- name: tasches
email: st@teuto.net
description: A Helm chart for Kubernetes
dependencies:
- name: common
version: 1.2.0
repository: oci://ghcr.io/teutonet/teutonet-helm-charts
version: 1.2.0
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -29,3 +34,19 @@ dependencies:
name: solr
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.x.x
description: A Helm chart for Kubernetes
maintainers:
- email: sk@teuto.net
name: syeklu
- email: cwr@teuto.net
name: cwrau
- email: mw@teuto.net
name: marvinWolff
- email: st@teuto.net
name: tasches
name: ckan
sources:
- https://github.com/teutonet/teutonet-helm-charts/tree/ckan-v1.1.5/charts/ckan
- https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/ckan
type: application
version: 1.1.5
Loading