This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `42529f1` -> `ad2e0b2` | --- > [!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.16.36`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.35...v2.16.36) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.35...v2.16.36) ### [`v2.16.35`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.16.35) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.34...v2.16.35) <a href="https://semaphoreui.com/releases/semaphore-v2_16"> <img width="1520" height="800" alt="image" src="https://github.com/user-attachments/assets/99e68b45-36ea-4c25-b1c0-c589cd0dbf8d" /> </a> ##### [Semaphore 2.16 Release Details](https://semaphoreui.com/releases/semaphore-v2_16) 1. **SQLite support** (BoltDB deprecated) 2. **Built-in API reference** powered by Swagger 3. **UI improvements**: - Expandable text inputs - Display of next scheduled run in multiple time zones 4. **Parallel task execution** 5. **Task parameters** support for Schedules and Integrations 6. **HashiCorp Vault integration** *(Pro only)* #### Links - Create best docker container [](https://semaphoreui.com/install/docker/2_16/) [](https://artifacthub.io/packages/helm/semaphoreui/semaphore) - Join our responsive community [](https://discord.gg/5R6k7hNGcH) [](https://t.me/semaphoreui?boost) [](https://www.youtube.com/@​semaphoreui) [](https://x.com/semaphoreui) #### Features - Updated built-in Swagger API docs (<http://localhost:3000/swagger/index.html>) <!-- <img width="800" height="556" alt="image" src="https://github.com/user-attachments/assets/f36469ea-c409-4191-8c2e-683c1ad82a17" /> --> - Added button for testing project alerts <!-- <img width="800" height="556" alt="image" src="https://github.com/user-attachments/assets/aff1c274-35c7-4e2c-ba14-938a42ecb9fc" /> --> #### Bugfixes - Fixed terraform HTTP backend (PRO) <!-- <img width="800" height="556" alt="image" src="https://github.com/user-attachments/assets/cf0bb305-97cd-44b7-b171-453a05eabff9" /> --> - [d2c2b4a feat(auth): add config option auth style for oidc provider](https://redirect.github.com/semaphoreui/semaphore/issues/3348) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
75 lines
2.2 KiB
YAML
75 lines
2.2 KiB
YAML
image:
|
|
repository: docker.io/semaphoreui/semaphore
|
|
tag: v2.16.36@sha256:ad2e0b2ce35b458c74f88f12b918f89062d47320bfc54db41409553b0056423a
|
|
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
|