Files
truecharts/charts/stable/semaphore/values.yaml
T
TrueCharts BotandGitHub f06eb3fc6b chore(helm): update image docker.io/semaphoreui/semaphore v2.14.12 → v2.15.0 (#36363)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| minor | `f9b4c47` -> `043216c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.15.0`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.15.0)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.14.12...v2.15.0)

<a href="https://semaphoreui.com/releases/semaphore-v2_15">
<img
src="https://github.com/user-attachments/assets/b019319e-2a8b-4ea7-808f-77a7f46c24b1">
</a>

##### [Semaphore 2.15 Release
Details](https://semaphoreui.com/releases/semaphore-v2_15)

-   Built-in Swagger API (PRO)
-   Improved design
-   Terragrunt support
-   Task details
-   Task summary (PRO)

#### Links

-   Create best docker container


[![](https://img.shields.io/badge/docker_configurator-0050ab?style=for-the-badge\&logo=docker)](https://semaphoreui.com/install/docker/2\_15/)
[![](https://img.shields.io/badge/helm_chart-0e1689?style=for-the-badge\&logo=helm)](https://artifacthub.io/packages/helm/semaphoreui/semaphore)

-   Join our responsive community


[![discord](https://img.shields.io/badge/discord_community-510b80?style=for-the-badge\&logo=discord)](https://discord.gg/5R6k7hNGcH)
[![telegram](https://img.shields.io/badge/telegram_group-blue?style=for-the-badge\&logo=telegram)](https://t.me/semaphoreui?boost)
[![youtube](https://img.shields.io/badge/youtube_channel-red?style=for-the-badge\&logo=youtube)](https://www.youtube.com/@&#8203;semaphoreui)
[![twitter](https://img.shields.io/badge/twitter-black?style=for-the-badge\&logo=x)](https://x.com/semaphoreui)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-18 13:35:29 +00:00

75 lines
2.2 KiB
YAML

image:
repository: docker.io/semaphoreui/semaphore
tag: v2.15.0@sha256:043216c9d1a13555d5bd16b9a1f8fd56712dcb65cd087a3aaeeafc2d1956d86e
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 3000
protocol: http
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
# DB
SEMAPHORE_DB_DIALECT: postgres
SEMAPHORE_DB_USER: "{{ .Values.cnpg.main.user }}"
SEMAPHORE_DB: "{{ .Values.cnpg.main.database }}"
SEMAPHORE_DB_PORT: 5432
SEMAPHORE_DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
SEMAPHORE_DB_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
SEMAPHORE_ACCESS_KEY_ENCRYPTION:
secretKeyRef:
name: semaphore-secrets
key: SEMAPHORE_ACCESS_KEY_ENCRYPTION
# set paths to /data
SEMAPHORE_PLAYBOOK_PATH: "{{.Values.persistence.data.mountPath }}"
SEMAPHORE_ADMIN: admin
SEMAPHORE_ADMIN_NAME: admin
SEMAPHORE_ADMIN_PASSWORD: changeme
SEMAPHORE_ADMIN_EMAIL: admin@localhost
# LDAP
# no | yes
SEMAPHORE_LDAP_ACTIVATED: "no"
# SEMAPHORE_LDAP_HOST: dc01.local.example.com
# SEMAPHORE_LDAP_PORT: '636'
# no | yes
SEMAPHORE_LDAP_NEEDTLS: "no"
# SEMAPHORE_LDAP_DN_BIND: 'uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net'
# SEMAPHORE_LDAP_PASSWORD: 'ldap_bind_account_password'
# SEMAPHORE_LDAP_DN_SEARCH: 'dc=local,dc=example,dc=com'
# SEMAPHORE_LDAP_SEARCH_FILTER: "(\u0026(uid=%s)(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=local,dc=example,dc=com))"
persistence:
config:
enabled: true
mountPath: /etc/semaphore
data:
enabled: true
mountPath: /data
cnpg:
main:
enabled: true
user: semaphore
database: semaphore