Skip to content

Commit

Permalink
Merge pull request #3 from photoneo/update-base-semaphore-image
Browse files Browse the repository at this point in the history
Update base semaphore image
  • Loading branch information
PhotoTeeborChoka authored Jul 28, 2022
2 parents c8b2921 + b279d3e commit f1949a5
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ The following table lists the configurable parameters of the **Ansible Semaphore
| `nameOverride` | Applicatio name override | "" |
| `namespaceOverride` | Namespace override | "" |
| `chartNameOverride` | Chart name override | "" |
| `semaphore.image` | Image of the semaphore application | "ansiblesemaphore/semaphore:v2.8.22" |
| `semaphore.image` | Image of the semaphore application | "ansiblesemaphore/semaphore:v2.8.53" |
| `semaphore.imagePullPolicy` | The image pull policy | "IfNotPresent" |
| `existingSecretSSHDir` | Secret containing SSH files to be loaded into the ssh directory | "" |
| `semaphore.containerPort` | Default application container port | 3000 |
| `config.web_host` | Web host URL | "" |
| `config.email_alert` | Use e-mail alerting | false |
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml → charts/semaphore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ description: |
type: application

version: 0.1.1
version: 0.1.2

appVersion: 2.8.22
appVersion: 2.8.53
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion values.yaml → charts/semaphore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespaceOverride: ""
chartNameOverride: ""

semaphore:
image: "ansiblesemaphore/semaphore:v2.8.22"
image: "ansiblesemaphore/semaphore:v2.8.53"
imagePullPolicy: "IfNotPresent"
containerPort: 3000

Expand Down

0 comments on commit f1949a5

Please sign in to comment.