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
31056c27
Commit
31056c27
authored
Jan 09, 2020
by
Instana CD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[instana-agent/v1.0.21] Chart version 1.0.21
Signed-off-by:
Instana CD
<
instanacd@instana.com
>
parent
9af941b8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Chart.yaml
charts/instana-agent/v1.0.21/Chart.yaml
+1
-1
README.md
charts/instana-agent/v1.0.21/README.md
+2
-2
questions.yml
charts/instana-agent/v1.0.21/questions.yml
+2
-2
values.yaml
charts/instana-agent/v1.0.21/values.yaml
+2
-2
No files found.
charts/instana-agent/v1.0.21/Chart.yaml
View file @
31056c27
apiVersion
:
v1
name
:
instana-agent
version
:
1.0.2
0
version
:
1.0.2
1
appVersion
:
1.0
description
:
Instana Agent for Kubernetes
home
:
https://www.instana.com/
...
...
charts/instana-agent/v1.0.21/README.md
View file @
31056c27
...
...
@@ -88,8 +88,8 @@ The following table lists the configurable parameters of the Instana chart and t
|
`agent.endpointHost`
| Instana Agent backend endpoint host |
`saas-us-west-2.instana.io`
|
|
`agent.endpointPort`
| Instana Agent backend endpoint port |
`443`
|
|
`agent.image.name`
| The image name to pull |
`instana/agent`
|
|
`agent.image.tag`
| The image tag to pull |
`
1.0.29
`
|
|
`agent.image.pullPolicy`
| Image pull policy |
`
IfNotPresent`
|
|
`agent.image.tag`
| The image tag to pull |
`
latest
`
|
|
`agent.image.pullPolicy`
| Image pull policy |
`
Always`
|
|
`agent.key`
| Your Instana Agent key |
`nil`
You must provide your own key |
|
`agent.leaderElectorPort`
| Instana leader elector sidecar port |
`42655`
|
|
`agent.listenAddress`
| List of addresses to listen on, or "
*
" for all interfaces |
`nil`
|
...
...
charts/instana-agent/v1.0.21/questions.yml
View file @
31056c27
...
...
@@ -64,14 +64,14 @@ questions:
description
:
"
The
tag
name
of
the
Instana
Agent
container
image"
type
:
string
required
:
true
default
:
"
1.0.29
"
default
:
"
latest
"
group
:
"
Advanced
Agent
Configuration"
-
variable
:
agent.image.pullPolicy
label
:
agent.image.pullPolicy
description
:
"
Specifies
when
to
pull
the
Instana
Agent
image
container"
type
:
string
required
:
true
default
:
"
IfNotPresent
"
default
:
"
Always
"
group
:
"
Advanced
Agent
Configuration"
-
variable
:
agent.leaderElectorPort
label
:
agent.leaderElectorPort
...
...
charts/instana-agent/v1.0.21/values.yaml
View file @
31056c27
...
...
@@ -26,9 +26,9 @@ 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.42
tag
:
latest
# agent.image.pullPolicy specifies when to pull the image container.
pullPolicy
:
IfNotPresent
pullPolicy
:
Always
pod
:
# agent.pod.annotations are additional annotations to be added to the agent pods.
...
...
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