This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
cloudfoundry/buildpack/bin Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/rhel7-atomic
22
3- ARG AGENT_VERSION="5.0.0 "
3+ ARG AGENT_VERSION="5.0.1 "
44LABEL name="SignalFx Smart Agent" \
55 maintainer="SignalFx, Inc." \
66 vendor="SignalFx, Inc." \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BUILDPACK_DIR=`dirname $(readlink -f ${BASH_SOURCE%/*})`
1111TARGET_DIR=" $BUILD_DIR /.signalfx"
1212
1313# Set a default version of the SignalFx Agent to use if none is specified
14- SIGNALFX_AGENT_VERSION=" ${SIGNALFX_AGENT_VERSION-5.0.0 } "
14+ SIGNALFX_AGENT_VERSION=" ${SIGNALFX_AGENT_VERSION-5.0.1 } "
1515
1616echo " -----> Installing signalfx-agent ${SIGNALFX_AGENT_VERSION} "
1717echo " BUILD_DIR: $BUILD_DIR "
Original file line number Diff line number Diff line change 2121 },
2222 {
2323 "name" : " CONFIG_URL" ,
24- "value" : " https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.0 /deployments/ecs/agent.yaml"
24+ "value" : " https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.1 /deployments/ecs/agent.yaml"
2525 }
2626 ],
2727 "ulimits" : null ,
4848 "memory" : null ,
4949 "memoryReservation" : null ,
5050 "volumesFrom" : [],
51- "image" : " quay.io/signalfx/signalfx-agent:5.0.0 " ,
51+ "image" : " quay.io/signalfx/signalfx-agent:5.0.1 " ,
5252 "disableNetworking" : null ,
5353 "healthCheck" : null ,
5454 "essential" : true ,
Original file line number Diff line number Diff line change 3434 },
3535 {
3636 "name" : " CONFIG_URL" ,
37- "value" : " https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.0 /deployments/fargate/agent.yaml"
37+ "value" : " https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.1 /deployments/fargate/agent.yaml"
3838 }
3939 ],
4040 "dockerLabels" : {
4141 "app" : " signalfx-agent"
4242 },
4343 "name" : " signalfx-agent" ,
44- "image" : " quay.io/signalfx/signalfx-agent:5.0.0 "
44+ "image" : " quay.io/signalfx/signalfx-agent:5.0.1 "
4545 }
4646 ],
4747 "cpu" : " 128" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : signalfx-agent
77 labels :
88 app : signalfx-agent
9- version : 5.0.0
9+ version : 5.0.1
1010spec :
1111 selector :
1212 matchLabels :
2020 metadata :
2121 labels :
2222 app : signalfx-agent
23- version : 5.0.0
23+ version : 5.0.1
2424
2525 annotations :
2626 {}
4141
4242 containers :
4343 - name : signalfx-agent
44- image : " quay.io/signalfx/signalfx-agent:5.0.0 "
44+ image : " quay.io/signalfx/signalfx-agent:5.0.1 "
4545 imagePullPolicy : IfNotPresent
4646 command :
4747 - /bin/signalfx-agent
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : The SignalFx Smart Agent
33name : signalfx-agent
4- appVersion : 5.0.0
4+ appVersion : 5.0.1
55version : 1.0.0
66keywords :
77- monitoring
Original file line number Diff line number Diff line change 11# Version of the signalfx-agent to deploy. This will be the default for the
22# docker image tag if not overridden with imageTag
3- agentVersion : 5.0.0
3+ agentVersion : 5.0.1
44
55# The access token for SignalFx. (REQUIRED if signalFxAccessTokenSecretName not set)
66signalFxAccessToken : " "
You can’t perform that action at this time.
0 commit comments