Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update deployment versions to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk committed Feb 28, 2020
1 parent 69c5957 commit 21068ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhel7-atomic

ARG AGENT_VERSION="4.20.2"
ARG AGENT_VERSION="5.0.0"
LABEL name="SignalFx Smart Agent" \
maintainer="SignalFx, Inc." \
vendor="SignalFx, Inc." \
Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack/bin/supply
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILDPACK_DIR=`dirname $(readlink -f ${BASH_SOURCE%/*})`
TARGET_DIR="$BUILD_DIR/.signalfx"

# Set a default version of the SignalFx Agent to use if none is specified
SIGNALFX_AGENT_VERSION="${SIGNALFX_AGENT_VERSION-4.20.2}"
SIGNALFX_AGENT_VERSION="${SIGNALFX_AGENT_VERSION-5.0.0}"

echo "-----> Installing signalfx-agent ${SIGNALFX_AGENT_VERSION}"
echo " BUILD_DIR: $BUILD_DIR"
Expand Down
4 changes: 2 additions & 2 deletions deployments/ecs/signalfx-agent-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"name": "CONFIG_URL",
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v4.20.2/deployments/ecs/agent.yaml"
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.0/deployments/ecs/agent.yaml"
}
],
"ulimits": null,
Expand All @@ -48,7 +48,7 @@
"memory": null,
"memoryReservation": null,
"volumesFrom": [],
"image": "quay.io/signalfx/signalfx-agent:4.20.2",
"image": "quay.io/signalfx/signalfx-agent:5.0.0",
"disableNetworking": null,
"healthCheck": null,
"essential": true,
Expand Down
4 changes: 2 additions & 2 deletions deployments/fargate/example-fargate-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
{
"name": "CONFIG_URL",
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v4.20.2/deployments/fargate/agent.yaml"
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.0.0/deployments/fargate/agent.yaml"
}
],
"dockerLabels": {
"app": "signalfx-agent"
},
"name": "signalfx-agent",
"image": "quay.io/signalfx/signalfx-agent:4.20.2"
"image": "quay.io/signalfx/signalfx-agent:5.0.0"
}
],
"cpu": "128",
Expand Down

0 comments on commit 21068ff

Please sign in to comment.