Skip to content

Commit

Permalink
Fix ckan chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Apr 22, 2024
1 parent bbc056c commit d1fdc79
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 16 deletions.
2 changes: 0 additions & 2 deletions charts/sddi-ckan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,3 @@ Kubernetes: `>= 1.23.0-0`
| redis.enabled | bool | `true` | Enable/disable Redis instance. Disable, if an external Redis instance is used. |
| solr.enabled | bool | `true` | Enable/disable Apache Solr instance. Disable, if an external Solr instance is used. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 0 additions & 2 deletions charts/sddi-ckan/charts/certIssuer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ Namespace Issuers for CertManager.
| enabled | bool | `true` | Enable/disable namespace [Issuers](https://cert-manager.io/docs/concepts/issuer/) for CertManager. |
| issuerEmail | string | `"[email protected]"` | eMail address for registration with Let's Encrypt account. Note: This is overwritten by `global.ingress.certManager.issuerEmail`, if set. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 1 addition & 1 deletion charts/sddi-ckan/charts/ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/tum-gis/ckan-docker
- https://github.com/keitaroinc/docker-ckan

version: "3.1.0-beta1"
version: "3.1.0"
appVersion: "2.1.2"

maintainers:
Expand Down
4 changes: 1 addition & 3 deletions charts/sddi-ckan/charts/ckan/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ckan

![Version: 3.1.0-beta1](https://img.shields.io/badge/Version-3.1.0--beta1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)

A Helm chart for SDDI enabled CKAN.

Expand Down Expand Up @@ -188,5 +188,3 @@ A Helm chart for SDDI enabled CKAN.
| volumes | list | See [`values.yml`](values.yml) for the list of default volumes. | Sets [`volumes`](https://kubernetes.io/docs/concepts/storage/volumes). Set to `[]` to disable the default volumes. Set to any list of volume definitions to overwrite the default volumes. Use `extraVolumes` to extend the default volumes. |
| webassets.path | string | `nil` | Webassets storage path, see [CKAN webassets settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#webassets-settings) This should point to the location of webassets in the CKAN image. The path may vary depending on the CKAN Docker image used. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 0 additions & 2 deletions charts/sddi-ckan/charts/datapusher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ A Helm chart for CKAN Datapusher.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tolerations | list | `[]` | [k8S: Taints and tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 0 additions & 2 deletions charts/sddi-ckan/charts/postgis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,3 @@ A Helm chart for sa simple PostGIS database pre-configured for CKAN.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tolerations | list | `[]` | [k8S: Taints and tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 0 additions & 2 deletions charts/sddi-ckan/charts/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ A Helm chart for basic Redis for use with CKAN.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tolerations | list | `[]` | [k8S: Taints and tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 0 additions & 2 deletions charts/sddi-ckan/charts/solr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ A Helm chart for Solr pre-configured for CKAN and ckanext-spatial.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tolerations | list | `[]` | [k8S: Taints and tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 comments on commit d1fdc79

Please sign in to comment.