15 Commits

Author SHA1 Message Date
a241881e52 Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/drone-email docker tag to v0.1.5' (#31) from renovate/git.cryptic.systems-volker.raschek-drone-email-0.x into master
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Reviewed-on: #31
2023-10-02 07:24:01 +00:00
6a8e77bf9b Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.3.1' (#30) from renovate/git.cryptic.systems-volker.raschek-git-1.x into master
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Reviewed-on: #30
2023-10-02 07:23:37 +00:00
bba7e7b072 chore(deps): update git.cryptic.systems/volker.raschek/drone-email docker tag to v0.1.5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2023-10-01 23:15:49 +02:00
cfd08061ce chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.3.1
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2023-10-01 22:22:32 +02:00
7eccb13c44 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.37.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-22 19:30:49 +02:00
2d4ffa692c chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.36.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-03 13:49:54 +02:00
7b9ee48c72 chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-08-18 15:14:45 +02:00
6886542c5d chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-15 13:41:46 +02:00
3daaf37885 chore(deps): update dependency git.cryptic.systems/volker.raschek/markdownlint to v0.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 15:06:36 +02:00
2939d1d24e chore(deps): update dependency git.cryptic.systems/volker.raschek/drone-email to v0.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 14:50:48 +02:00
47914b0937 chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 14:40:21 +02:00
541cd3d9dd fix: migrate to git.cryptic.systems
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-06-17 15:14:57 +02:00
654b79be1e chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-09 09:40:52 +02:00
600a43d435 chore(deps): update dependency docker.io/volkerraschek/helm to v3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-05-29 11:09:19 +02:00
d96c6373ab fix: container image name
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-21 13:26:20 +02:00
2 changed files with 18 additions and 6 deletions

View File

@ -3,15 +3,21 @@ kind: pipeline
type: kubernetes type: kubernetes
name: linter name: linter
clone:
disable: true
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: helm lint - name: helm lint
commands: commands:
- helm lint - helm lint
image: docker.io/volkerraschek/helm:3.11.3 image: git.cryptic.systems/volker.raschek/helm:3.12.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -20,7 +26,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.33.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -29,7 +35,7 @@ steps:
- name: helm template - name: helm template
commands: commands:
- helm template . - helm template .
image: docker.io/volkerraschek/helm:3.11.3 image: git.cryptic.systems/volker.raschek/helm:3.12.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -47,7 +53,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -67,10 +73,16 @@ kind: pipeline
type: kubernetes type: kubernetes
name: release name: release
clone:
disable: true
platform: platform:
os: linux os: linux
steps: steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: release-helm-chart - name: release-helm-chart
commands: commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek - helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
@ -81,7 +93,7 @@ steps:
from_secret: helm_repo_password from_secret: helm_repo_password
HELM_REPO_USERNAME: HELM_REPO_USERNAME:
from_secret: helm_repo_username from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.11.3 image: git.cryptic.systems/volker.raschek/helm:3.12.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -24,7 +24,7 @@ spec:
name: {{ include "athens-proxy.fullname" . }} name: {{ include "athens-proxy.fullname" . }}
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:v{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe: livenessProbe:
httpGet: httpGet: