Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
219a6342
Verified
Commit
219a6342
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
chore(mok): Regular rebuild for mok images
parent
78faccca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#19262
passed
1 year ago
Stage: lint
Stage: build
Stage: release
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
charts/mok/README.md
+2
-2
2 additions, 2 deletions
charts/mok/README.md
charts/mok/values.yaml
+2
-2
2 additions, 2 deletions
charts/mok/values.yaml
images/dovecot/.release
+1
-1
1 addition, 1 deletion
images/dovecot/.release
images/postfix/.release
+1
-1
1 addition, 1 deletion
images/postfix/.release
with
6 additions
and
6 deletions
charts/mok/README.md
+
2
−
2
View file @
219a6342
...
...
@@ -23,7 +23,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| dovecot.affinity | object |
`{}`
| |
| dovecot.image.pullPolicy | string |
`"IfNotPresent"`
| |
| dovecot.image.repository | string |
`"quay.io/shivering-isles/dovecot"`
| dovecot container image |
| dovecot.image.tag | string |
`"0.4.
0
"`
| Overrides the image tag whose default is "latest" |
| dovecot.image.tag | string |
`"0.4.
1
"`
| Overrides the image tag whose default is "latest" |
| dovecot.imagePullSecrets | list |
`[]`
| pull secret to access the afore defined image |
| dovecot.nodeSelector | object |
`{}`
| |
| dovecot.podAnnotations | object |
`{}`
| |
...
...
@@ -57,7 +57,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| postfix.hostname | string |
`nil`
| explicitly set postfix hostname |
| postfix.image.pullPolicy | string |
`"IfNotPresent"`
| |
| postfix.image.repository | string |
`"quay.io/shivering-isles/postfix"`
| postfix container image |
| postfix.image.tag | string |
`"3.8.
4
"`
| Overrides the image tag whose default is "latest" |
| postfix.image.tag | string |
`"3.8.
5
"`
| Overrides the image tag whose default is "latest" |
| postfix.imagePullSecrets | list |
`[]`
| |
| postfix.nodeSelector | object |
`{}`
| |
| postfix.podAnnotations | object |
`{}`
| |
...
...
This diff is collapsed.
Click to expand it.
charts/mok/values.yaml
+
2
−
2
View file @
219a6342
...
...
@@ -46,7 +46,7 @@ postfix:
repository
:
quay.io/shivering-isles/postfix
pullPolicy
:
IfNotPresent
# -- Overrides the image tag whose default is "latest"
tag
:
"
3.8.
4
"
tag
:
"
3.8.
5
"
imagePullSecrets
:
[]
...
...
@@ -126,7 +126,7 @@ dovecot:
repository
:
quay.io/shivering-isles/dovecot
pullPolicy
:
IfNotPresent
# -- Overrides the image tag whose default is "latest"
tag
:
"
0.4.
0
"
tag
:
"
0.4.
1
"
# -- pull secret to access the afore defined image
imagePullSecrets
:
[]
...
...
This diff is collapsed.
Click to expand it.
images/dovecot/.release
+
1
−
1
View file @
219a6342
release=0.4.
0
release=0.4.
1
This diff is collapsed.
Click to expand it.
images/postfix/.release
+
1
−
1
View file @
219a6342
release=3.8.
4
release=3.8.
5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment