Skip to content

Commit

Permalink
fix: move to sablierapp/sablier (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur authored Oct 21, 2024
1 parent 0e2c7be commit eaf2907
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions charts/sablier/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: sablier
version: 1.0.2
appVersion: "1.8.0"
version: 1.0.3
appVersion: "1.8.1"
description: A free and open-source software to start workloads on demand and stop them after a period of inactivity.
type: application
keywords:
- Orchestration & Management
home: https://acouvreur.github.io/sablier/#/
home: https://sablierapp.dev/
sources:
- "https://github.com/acouvreur/sablier"
- "https://github.com/sablierapp/sablier"
maintainers:
- name: acouvreur # Alexis Couvreur
email: alexiscouvreur.pro@gmail.com
Expand Down
8 changes: 3 additions & 5 deletions charts/sablier/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# sablier


![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square)

A free and open-source software to start workloads on demand and stop them after a period of inactivity.

⚠️ **Please create issues relating to this Helm chart in the [Sablier](https://github.com/acouvreur/sablier/issues) repo.**

## Source Code

* <https://github.com/acouvreur/sablier>
* <https://github.com/sablierapp/sablier>



Expand Down Expand Up @@ -51,7 +49,7 @@ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
| deploymentAnnotations | object | `{}` | Annotations for all deployed Deployments |
| deploymentLabels | object | `{}` | Labels for all deployed Deployments |
| deploymentStrategy | object | `{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"}` | Deployment strategy for all deployed Deployments |
| image.repository | string | `"acouvreur/sablier"` | Sablier image repository |
| image.repository | string | `"sablierapp/sablier"` | Sablier image repository |
| image.tag | string | `""` | Sablier image tag (deafult) appVersion |
| imagePullPolicy | string | `"IfNotPresent"` | Sablier imagePullPolicy |
| livenessProbe | object | `{"failureThreshold":3,"httpGet":{"path":"/health","port":10000},"initialDelaySeconds":5,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":1}` | Sablier livenessProbe |
Expand Down
2 changes: 0 additions & 2 deletions charts/sablier/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

{{ template "chart.description" . }}

⚠️ **Please create issues relating to this Helm chart in the [Sablier](https://github.com/acouvreur/sablier/issues) repo.**

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sablier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ logLevel: "trace"

image:
# -- Sablier image repository
repository: "acouvreur/sablier"
repository: "sablierapp/sablier"

# -- Sablier image tag
# (deafult) appVersion
Expand Down

0 comments on commit eaf2907

Please sign in to comment.