Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vault
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
David Moreno Garcia
vault
Commits
8a6419e6
Unverified
Commit
8a6419e6
authored
4 years ago
by
Jason O'Donnell
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update to 0.4.0 (#211)
parent
2b0d91d6
No related branches found
Branches containing commit
Tags
v0.4.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
Chart.yaml
+1
-1
1 addition, 1 deletion
Chart.yaml
values.yaml
+3
-3
3 additions, 3 deletions
values.yaml
with
6 additions
and
4 deletions
CHANGELOG.md
+
2
−
0
View file @
8a6419e6
## Unreleased
## 0.4.0 (February 21st, 2020)
Improvements:
*
Allow process namespace sharing between Vault and sidecar containers
[
[GH-174
](
https://github.com/hashicorp/vault-helm/pull/174
)
]
...
...
This diff is collapsed.
Click to expand it.
Chart.yaml
+
1
−
1
View file @
8a6419e6
apiVersion
:
v2
name
:
vault
version
:
0.
3.3
version
:
0.
4.0
description
:
Install and configure Vault on Kubernetes.
home
:
https://www.vaultproject.io
icon
:
https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
3
−
3
View file @
8a6419e6
...
...
@@ -22,7 +22,7 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image
:
repository
:
"
hashicorp/vault-k8s"
tag
:
"
0.
1.2
"
tag
:
"
0.
2.0
"
pullPolicy
:
IfNotPresent
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
...
...
@@ -30,7 +30,7 @@ injector:
# required.
agentImage
:
repository
:
"
vault"
tag
:
"
1.3.
1
"
tag
:
"
1.3.
2
"
# namespaceSelector is the selector for restricting the webhook to only
# specific namespaces. This should be set to a multiline string.
...
...
@@ -76,7 +76,7 @@ server:
image
:
repository
:
"
vault"
tag
:
"
1.3.
1
"
tag
:
"
1.3.
2
"
# Overrides the default Image Pull Policy
pullPolicy
:
IfNotPresent
...
...
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