Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
0fdf3c73
Commit
0fdf3c73
authored
Dec 19, 2019
by
Instana CD
Committed by
Dahlia Bock
Dec 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[instana-agent/v1.0.19] Chart version 1.0.19
Signed-off-by:
Instana CD
<
instanacd@instana.com
>
parent
e451c519
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
2 deletions
+32
-2
.helmignore
charts/instana-agent/v1.0.19/.helmignore
+23
-0
Chart.yaml
charts/instana-agent/v1.0.19/Chart.yaml
+1
-1
daemonset.yaml
charts/instana-agent/v1.0.19/templates/daemonset.yaml
+5
-0
podsecuritypolicy.yaml
...ts/instana-agent/v1.0.19/templates/podsecuritypolicy.yaml
+2
-0
values.yaml
charts/instana-agent/v1.0.19/values.yaml
+1
-1
No files found.
charts/instana-agent/v1.0.19/.helmignore
0 → 100644
View file @
0fdf3c73
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
# OWNERS file for helm
OWNERS
charts/instana-agent/v1.0.19/Chart.yaml
View file @
0fdf3c73
apiVersion
:
v1
name
:
instana-agent
version
:
1.0.1
8
version
:
1.0.1
9
appVersion
:
1.0
description
:
Instana Agent for Kubernetes
home
:
https://www.instana.com/
...
...
charts/instana-agent/v1.0.19/templates/daemonset.yaml
View file @
0fdf3c73
...
...
@@ -105,6 +105,8 @@ spec:
mountPath
:
/sys
-
name
:
var-log
mountPath
:
/var/log
-
name
:
var-lib
mountPath
:
/var/lib/containers/storage
-
name
:
machine-id
mountPath
:
/etc/machine-id
-
name
:
configuration
...
...
@@ -173,6 +175,9 @@ spec:
-
name
:
var-log
hostPath
:
path
:
/var/log
-
name
:
var-lib
hostPath
:
path
:
/var/lib/containers/storage
-
name
:
machine-id
hostPath
:
path
:
/etc/machine-id
...
...
charts/instana-agent/v1.0.19/templates/podsecuritypolicy.yaml
View file @
0fdf3c73
...
...
@@ -30,6 +30,8 @@ spec:
readOnly
:
false
-
pathPrefix
:
"
/etc/machine-id"
readOnly
:
false
-
pathPrefix
:
"
/var/lib/containers/storage"
readOnly
:
false
{{
- if .Values.agent.host.repository
}}
-
pathPrefix
:
{{
.Values.agent.host.repository
}}
readOnly
:
false
...
...
charts/instana-agent/v1.0.19/values.yaml
View file @
0fdf3c73
...
...
@@ -26,7 +26,7 @@ agent:
# agent.image.name is the name of the container image of the Instana agent.
name
:
instana/agent
# agent.image.tag is the tag name of the agent container image.
tag
:
1.0.
29
tag
:
1.0.
42
# agent.image.pullPolicy specifies when to pull the image container.
pullPolicy
:
IfNotPresent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment