Skip to content
Open
12 changes: 10 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,15 @@ jobs:

- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --excluded-charts freeipa
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --excluded-charts freeipa,mosquitto-mqtt

- name: Run Artifact Hub Lint
run: |
curl -LO https://github.com/artifacthub/hub/releases/download/v1.21.0/ah_1.21.0_linux_amd64.tar.gz
tar xzf ah_1.21.0_linux_amd64.tar.gz
sudo mv ah /usr/local/bin/
cd ./charts/
ah lint . || exit 1

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand All @@ -71,4 +79,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }} --excluded-charts freeipa
run: ct install --target-branch ${{ github.event.repository.default_branch }} --excluded-charts freeipa,mosquitto-mqtt
20 changes: 18 additions & 2 deletions charts/apexkube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@ apiVersion: v2
appVersion: "1.0.2"
description: A Helm chart for apexkube
maintainers:
- name: improwised
- email: [email protected]
name: improwised
name: "apexkube"
type: application
version: 1.0.2
version: 1.0.3
keywords:
- apexkube
- monitoring
- visualization
- single-pane-of-glass
home: https://github.com/Improwised/charts/tree/main/charts/apexkube
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/apexkube
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
19 changes: 17 additions & 2 deletions charts/cluster-api-provider-proxmox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand All @@ -24,5 +24,20 @@ annotations:
cluster.x-k8s.io/v1alpha3: v1alpha3
cluster.x-k8s.io/v1alpha4: v1alpha4
cluster.x-k8s.io/v1beta1: v1beta1_v1beta2
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/cluster-api-provider-proxmox
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
maintainers:
- name: improwised
- email: [email protected]
name: improwised
keywords:
- capmox
- cluster-api
- proxmox
- infrastructure
home: https://github.com/Improwised/charts/tree/main/charts/cluster-api-provider-proxmox
sources:
- https://github.com/Improwised/charts
20 changes: 18 additions & 2 deletions charts/erpnext/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,27 @@ description: Kubernetes Helm Chart for the lastest stable ERPNext branch
icon: https://raw.githubusercontent.com/frappe/design/master/logos/logo-2018/erpnext-logo-blue.svg
name: erpnext
type: application
version: 3.3.0
version: 3.3.1
maintainers:
- name: improwised
- email: [email protected]
name: improwised
dependencies:
- name: mariadb
version: 9.3.14
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: mariadb.enabled
keywords:
- erpnext
- frappe
- business
- accounting
home: https://github.com/Improwised/charts/tree/main/charts/erpnext
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/erpnext
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
4 changes: 2 additions & 2 deletions charts/erpnext/ci/override-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ socketIOPort: "9000"
mariadb:
enabled: true
auth:
rootPassword: mariadb # pragma: allowlist secret
rootPassword: mariadb # pragma: allowlist secret
primary:
persistence:
enabled: false
Expand Down Expand Up @@ -99,7 +99,7 @@ createSite:
enabled: false
siteName: "erp.cluster.local"
dbRootUser: "root"
adminPassword: "admin" # pragma: allowlist secret
adminPassword: "admin" # pragma: allowlist secret
installApps: "erpnext"
dropSiteOnUninstall: false

Expand Down
4 changes: 2 additions & 2 deletions charts/erpnext/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ socketIOPort: "9000"
mariadb:
enabled: false
auth:
rootPassword: mariadb # pragma: allowlist secret
rootPassword: mariadb # pragma: allowlist secret
primary:
## Below, there are some override configs for supporting barracuda engine for Erpnext
configuration: |-
Expand Down Expand Up @@ -97,7 +97,7 @@ createSite:
enabled: false
siteName: "erp.cluster.local"
dbRootUser: "root"
adminPassword: "admin" # pragma: allowlist secret
adminPassword: "admin" # pragma: allowlist secret
installApps: "erpnext"
dropSiteOnUninstall: false

Expand Down
21 changes: 19 additions & 2 deletions charts/freeipa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,30 @@ apiVersion: v2
name: freeipa
description: FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System).
maintainers:
- name: improwised
- email: [email protected]
name: improwised
type: application
version: 0.4.1
version: 0.4.2
appVersion: 4.10.1
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
keywords:
- freeipa
- ldap
- kerberos
- identity
- sso
home: https://github.com/Improwised/charts/tree/main/charts/freeipa
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/freeipa
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
17 changes: 15 additions & 2 deletions charts/frigate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@ apiVersion: v2
appVersion: "0.13.0"
description: NVR With Realtime Object Detection for IP Cameras
name: frigate
version: 1.1.0
version: 1.1.1
keywords:
- tensorflow
- coral
- ml
- object-detection
- nvr
maintainers:
- name: Improwised
- email: [email protected]
name: improwised
home: https://github.com/Improwised/charts/tree/main/charts/frigate
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/frigate
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
21 changes: 17 additions & 4 deletions charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,27 @@ name: healthchecks
description: A Helm chart for Kubernetes
maintainers:
- email: [email protected]
name: rakshit
name: improwised
type: application
version: 1.1.1
version: 1.1.2
appVersion: 2.7.0
sources:
- https://github.com/healthchecks/healthchecks
dependencies:
- name: postgresql
version: 12.1.6
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled,global.postgresql.enabled
keywords:
- healthchecks
- monitoring
- uptime
- alerts
home: https://github.com/Improwised/charts/tree/main/charts/healthchecks
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/healthchecks
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
20 changes: 18 additions & 2 deletions charts/kore-board/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
apiVersion: v2
name: kore-board
type: application
version: 0.5.8
version: 0.5.9
appVersion: v0.5.5
description: Kubernetes multi-clusters dashboard
maintainers:
- name: improwised
- email: [email protected]
name: improwised
keywords:
- project-management
- kanban
- scrum
- agile
home: https://github.com/Improwised/charts/tree/main/charts/kore-board
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/kore-board
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
19 changes: 17 additions & 2 deletions charts/kube-oidc-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@ apiVersion: v2
appVersion: "1.0.0"
description: A Helm chart for kube-oidc-proxy
maintainers:
- name: improwised
- email: [email protected]
name: improwised
name: "kube-oidc-proxy"
type: application
version: 1.0.0
version: 1.0.1
keywords:
- oidc
- oauth2
- authentication
home: https://github.com/Improwised/charts/tree/main/charts/kube-oidc-proxy
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/kube-oidc-proxy
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
19 changes: 17 additions & 2 deletions charts/nifi-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ name: nifi-registry
description: A Helm chart for nifi-registry
type: application
maintainers:
- name: improwised
version: 1.0.0
- email: [email protected]
name: improwised
version: 1.0.1
appVersion: "1.27.0"
keywords:
- nifi-registry
- dataflow
- version-control
home: https://github.com/Improwised/charts/tree/main/charts/nifi-registry
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/nifi-registry
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
17 changes: 16 additions & 1 deletion charts/pgcat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ maintainers:
- name: Wildcard
email: [email protected]
appVersion: "1.1.1"
version: 0.1.0
version: 0.1.1
keywords:
- postgresql
- pgcat
- connection-pooling
- database
home: https://github.com/Improwised/charts/tree/main/charts/polymorphic-app
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/polymorphic-app
artifacthub.io/maintainers: |
- name: Wildcard
email: [email protected]
20 changes: 18 additions & 2 deletions charts/pgpool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ apiVersion: v2
appVersion: 1.0.0
description: A Helm chart for Pgpool
name: pgpool
version: 1.0.1
version: 1.0.2
maintainers:
- name: improwised
- email: [email protected]
name: improwised
keywords:
- postgresql
- pgpool
- connection-pooling
- load-balancer
home: https://github.com/Improwised/charts/tree/main/charts/pgpool
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/pgpool
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
21 changes: 19 additions & 2 deletions charts/polymorphic-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@ apiVersion: v2
name: polymorphic-app
description: A Helm chart for deploying any custom applications, specifically polymorphic applications.
maintainers:
- name: improwised
- email: [email protected]
name: improwised
type: application
version: 2.3.4
version: 2.3.5
appVersion: 1.0.0
keywords:
- polymorphic
- application
- micro-services
- generic
- custom-deployment
home: https://github.com/Improwised/charts/tree/main/charts/polymorphic-app
sources:
- https://github.com/Improwised/charts
annotations:
artifacthub.io/links: |
- name: GitHub
url: https://artifacthub.io/packages/helm/improwised/polymorphic-app
artifacthub.io/maintainers: |
- name: improwised
email: [email protected]
Loading
Loading