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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeith-splunk committed Jun 4, 2020
1 parent cbab71a commit 1bb0077
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 32 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="5.2.1"
ARG AGENT_VERSION="5.3.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-5.2.1}"
SIGNALFX_AGENT_VERSION="${SIGNALFX_AGENT_VERSION-5.3.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/v5.2.1/deployments/ecs/agent.yaml"
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.3.0/deployments/ecs/agent.yaml"
}
],
"ulimits": null,
Expand All @@ -48,7 +48,7 @@
"memory": null,
"memoryReservation": null,
"volumesFrom": [],
"image": "quay.io/signalfx/signalfx-agent:5.2.1",
"image": "quay.io/signalfx/signalfx-agent:5.3.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/v5.2.1/deployments/fargate/agent.yaml"
"value": "https://raw.githubusercontent.com/signalfx/signalfx-agent/v5.3.0/deployments/fargate/agent.yaml"
}
],
"dockerLabels": {
"app": "signalfx-agent"
},
"name": "signalfx-agent",
"image": "quay.io/signalfx/signalfx-agent:5.2.1"
"image": "quay.io/signalfx/signalfx-agent:5.3.0"
}
],
"cpu": "128",
Expand Down
12 changes: 3 additions & 9 deletions deployments/k8s/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data:
cluster: MY-CLUSTER
writer:
signalFxEnabled: true
logging:
level: info
Expand All @@ -50,17 +51,10 @@ data:
- type: vmem
- type: kubelet-stats
- type: kubelet-metrics
kubeletAPI:
authType: serviceAccount
datapointsToExclude:
- dimensions:
container_image:
- '*pause-amd64*'
- 'k8s.gcr.io/pause*'
metricNames:
- '*'
- '!*network*'
usePodsEndpoint: false
# Collects k8s cluster-level metrics
- type: kubernetes-cluster
Expand Down
6 changes: 3 additions & 3 deletions deployments/k8s/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: signalfx-agent
labels:
app: signalfx-agent
version: 5.2.1
version: 5.3.0
spec:
selector:
matchLabels:
Expand All @@ -20,7 +20,7 @@ spec:
metadata:
labels:
app: signalfx-agent
version: 5.2.1
version: 5.3.0

annotations:
{}
Expand All @@ -41,7 +41,7 @@ spec:

containers:
- name: signalfx-agent
image: "quay.io/signalfx/signalfx-agent:5.2.1"
image: "quay.io/signalfx/signalfx-agent:5.3.0"
imagePullPolicy: IfNotPresent
command:
- /bin/signalfx-agent
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s/helm/signalfx-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: The SignalFx Smart Agent
name: signalfx-agent
appVersion: 5.2.1
appVersion: 5.3.0
version: 1.0.1
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s/helm/signalfx-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version of the signalfx-agent to deploy. This will be the default for the
# docker image tag if not overridden with imageTag
agentVersion: 5.2.1
agentVersion: 5.3.0

# If false, datapoints, events, and spans will not be emitted to the SignalFx
# backend.
Expand Down
12 changes: 3 additions & 9 deletions deployments/k8s/serverless/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data:
cluster: MY-CLUSTER
writer:
signalFxEnabled: true
logging:
level: info
Expand All @@ -40,7 +41,7 @@ data:
monitors:
- type: kubelet-stats
- type: kubelet-metrics
# Change 'fargate' part to something else if using another serverless K8s
# platform. We avoid scraping kubelet stats from the same node as the
# agent because EKS restricts connections between a pod and its own
Expand All @@ -54,14 +55,7 @@ data:
}
kubeletAPI:
authType: serviceAccount
datapointsToExclude:
- dimensions:
container_image:
- '*pause-amd64*'
- 'k8s.gcr.io/pause*'
metricNames:
- '*'
- '!*network*'
usePodsEndpoint: false
# Collects k8s cluster-level metrics
- type: kubernetes-cluster
Expand Down
6 changes: 3 additions & 3 deletions deployments/k8s/serverless/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: signalfx-agent
labels:
app: signalfx-agent
version: 5.2.1
version: 5.3.0
spec:
replicas: 1
selector:
Expand All @@ -23,7 +23,7 @@ spec:
metadata:
labels:
app: signalfx-agent
version: 5.2.1
version: 5.3.0

annotations:
{}
Expand All @@ -34,7 +34,7 @@ spec:

containers:
- name: signalfx-agent
image: "quay.io/signalfx/signalfx-agent:5.2.1"
image: "quay.io/signalfx/signalfx-agent:5.3.0"
imagePullPolicy: IfNotPresent
command:
- /bin/signalfx-agent
Expand Down

0 comments on commit 1bb0077

Please sign in to comment.