Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Jun 17, 2024
1 parent bab9f7c commit 0833834
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DEEPFENCE_FARGATE_DIR=$(DEEPFENCE_AGENT_DIR)/agent-binary
export IMAGE_REPOSITORY?=quay.io/deepfenceio
export DF_IMG_TAG?=latest
export IS_DEV_BUILD?=false
export VERSION?=2.2.1
export VERSION?=2.2.2
export AGENT_BINARY_BUILD=$(DEEPFENCE_FARGATE_DIR)/build
export AGENT_BINARY_BUILD_RELATIVE=deepfence_agent/agent-binary/build
export AGENT_BINARY_DIST=$(DEEPFENCE_FARGATE_DIR)/dist
Expand Down
30 changes: 15 additions & 15 deletions deployment-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:

deepfence-postgres:
container_name: deepfence-postgres
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_postgres_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_postgres_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -72,7 +72,7 @@ services:

deepfence-redis:
container_name: deepfence-redis
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_redis_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_redis_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -87,7 +87,7 @@ services:

deepfence-neo4j:
container_name: deepfence-neo4j
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_neo4j_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_neo4j_ce:${DF_IMG_TAG:-2.2.2}

ulimits:
core: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ services:

deepfence-console-agent:
container_name: deepfence-console-agent
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_agent_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_agent_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
deploy:
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

deepfence-router:
container_name: deepfence-router
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_router_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_router_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
networks:
Expand All @@ -173,7 +173,7 @@ services:
# this service can be commented in case S3 or external file server is used
deepfence-file-server:
container_name: deepfence-file-server
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_file_server_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_file_server_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
networks:
Expand All @@ -195,7 +195,7 @@ services:

deepfence-server:
container_name: deepfence-server
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_server_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_server_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
tmpfs:
Expand Down Expand Up @@ -225,7 +225,7 @@ services:

deepfence-worker:
container_name: deepfence-worker
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -247,7 +247,7 @@ services:

# deepfence-worker-2:
# container_name: deepfence-worker-2
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.2}
# ulimits:
# core: 0
# restart: unless-stopped
Expand All @@ -268,7 +268,7 @@ services:

# deepfence-worker-3:
# container_name: deepfence-worker-3
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
# image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.2}
# ulimits:
# core: 0
# restart: unless-stopped
Expand All @@ -289,7 +289,7 @@ services:

deepfence-scheduler:
container_name: deepfence-scheduler
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
restart: unless-stopped
Expand All @@ -311,7 +311,7 @@ services:

deepfence-ui:
container_name: deepfence-ui
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_ui_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_ui_ce:${DF_IMG_TAG:-2.2.2}
ulimits:
core: 0
networks:
Expand All @@ -325,7 +325,7 @@ services:
max-size: "100m"

deepfence-kafka-broker:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_kafka_broker_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_kafka_broker_ce:${DF_IMG_TAG:-2.2.2}
hostname: deepfence-kafka-broker
container_name: deepfence-kafka-broker
# environment:
Expand All @@ -344,7 +344,7 @@ services:
restart: unless-stopped

deepfence-ingester:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_worker_ce:${DF_IMG_TAG:-2.2.2}
hostname: deepfence-ingester
container_name: deepfence-ingester
ports:
Expand All @@ -363,7 +363,7 @@ services:
restart: unless-stopped

deepfence-telemetry:
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_telemetry_ce:${DF_IMG_TAG:-2.2.1}
image: ${IMAGE_REPOSITORY:-quay.io/deepfenceio}/deepfence_telemetry_ce:${DF_IMG_TAG:-2.2.2}
hostname: deepfence-telemetry
container_name: deepfence-telemetry
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.1
version: 2.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.2.1
appVersion: 2.2.2
6 changes: 3 additions & 3 deletions deployment-scripts/helm-charts/deepfence-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonLabels: {}
global:
# this image tag is used every where for agents
# to override set tag at agents level
imageTag: 2.2.1
imageTag: 2.2.2

imagePullSecret:
# Specifies whether a image pull secret should be created
Expand All @@ -28,7 +28,7 @@ imagePullSecret:
agent:
image:
name: quay.io/deepfenceio/deepfence_agent_ce
# tag: 2.2.1
# tag: 2.2.2
pullPolicy: Always
affinity: {}
podLabels: {}
Expand All @@ -52,7 +52,7 @@ agent:
cluster_agent:
image:
name: quay.io/deepfenceio/deepfence_cluster_agent_ce
# tag: 2.2.1
# tag: 2.2.2
pullPolicy: Always
affinity: {}
podLabels: {}
Expand Down
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: deepfence-console
description: A Helm chart for Kubernetes
type: application
version: 2.2.1
appVersion: 2.2.1
version: 2.2.2
appVersion: 2.2.2
28 changes: 14 additions & 14 deletions deployment-scripts/helm-charts/deepfence-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ global:
# imageRepoPrefix: "docker.io"
# this image tag is used everywhere for console services
# to override set tag at service level
imageTag: 2.2.1
imageTag: 2.2.2
storageClass: "standard"
# used in service name generation
# <service>.<namespace>.svc.<cluster_domain>
Expand Down Expand Up @@ -60,7 +60,7 @@ kafka:
repository: deepfenceio/deepfence_kafka_broker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
config:
# required, recommended to generate new UUID using kafka-storage tool
STORAGE_UUID: hNQ55qppT5GGybF52ZGlOQ
Expand Down Expand Up @@ -98,7 +98,7 @@ postgres:
repository: deepfenceio/deepfence_postgres_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
storageClass: ""
volumeSize: 50G
resources:
Expand Down Expand Up @@ -127,7 +127,7 @@ redis:
repository: deepfenceio/deepfence_redis_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
storageClass: ""
volumeSize: 30G
resources:
Expand Down Expand Up @@ -166,7 +166,7 @@ fileserver:
repository: deepfenceio/deepfence_file_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -227,7 +227,7 @@ neo4j:
image:
repository: deepfenceio/deepfence_neo4j_ce
pullPolicy: Always
# tag: 2.2.1
# tag: 2.2.2
storageClass: ""
volumeSize: 100G
resources:
Expand Down Expand Up @@ -281,7 +281,7 @@ router:
repository: deepfenceio/deepfence_router_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
forceHttpsRedirect: true
podAnnotations: {}
podSecurityContext: {}
Expand Down Expand Up @@ -344,7 +344,7 @@ server:
repository: deepfenceio/deepfence_server_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -376,7 +376,7 @@ worker:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -407,7 +407,7 @@ ingester:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
Expand Down Expand Up @@ -437,7 +437,7 @@ scheduler:
repository: deepfenceio/deepfence_worker_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
service:
type: ClusterIP
port: 8080
Expand All @@ -462,7 +462,7 @@ ui:
repository: deepfenceio/deepfence_ui_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
service:
type: ClusterIP
port: 8081
Expand Down Expand Up @@ -511,7 +511,7 @@ console_agents:
repository: deepfenceio/deepfence_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
resources:
requests:
cpu: 150m
Expand All @@ -535,7 +535,7 @@ console_agents:
repository: deepfenceio/deepfence_cluster_agent_ce
pullPolicy: Always
# Overrides the image tag whose default is .global.imageTag
# tag: 2.2.1
# tag: 2.2.2
resources:
requests:
cpu: 25m
Expand Down
4 changes: 2 additions & 2 deletions deployment-scripts/helm-charts/deepfence-router/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.2.1
appVersion: 2.2.2
description: Deepfence Router - Helm chart for Kubernetes
name: deepfence-router
type: application
version: 2.2.1
version: 2.2.2
32 changes: 31 additions & 1 deletion deployment-scripts/helm-charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
deepfence-agent:
- apiVersion: v2
appVersion: 2.2.2
created: "2024-06-18T00:31:47.995364+05:30"
description: Deepfence Agent - Helm chart for Kubernetes
digest: 0e9789e456941f4a32d114e1adbd838aa49a8996555faa5bf6ef88794ee8a671
name: deepfence-agent
type: application
urls:
- deepfence-agent-2.2.2.tgz
version: 2.2.2
- apiVersion: v2
appVersion: 2.2.1
created: "2024-05-13T15:42:47.596024+05:30"
Expand Down Expand Up @@ -272,6 +282,16 @@ entries:
- deepfence-agent-1.0.0.tgz
version: 1.0.0
deepfence-console:
- apiVersion: v2
appVersion: 2.2.2
created: "2024-06-18T00:31:47.996743+05:30"
description: A Helm chart for Kubernetes
digest: 7ec7e3a97394bc39ce75941b840085cb164e45a29ef52387d97f88f19d008469
name: deepfence-console
type: application
urls:
- deepfence-console-2.2.2.tgz
version: 2.2.2
- apiVersion: v2
appVersion: 2.2.1
created: "2024-05-13T15:42:47.59834+05:30"
Expand Down Expand Up @@ -553,6 +573,16 @@ entries:
- deepfence-console-1.0.0.tgz
version: 1.0.0
deepfence-router:
- apiVersion: v2
appVersion: 2.2.2
created: "2024-06-18T00:31:47.997223+05:30"
description: Deepfence Router - Helm chart for Kubernetes
digest: ac1c46f6984724cf50620608de3b78b44529d8cbd5432e2aa97bbb27081f1bae
name: deepfence-router
type: application
urls:
- deepfence-router-2.2.2.tgz
version: 2.2.2
- apiVersion: v2
appVersion: 2.2.1
created: "2024-05-13T15:42:47.598917+05:30"
Expand Down Expand Up @@ -723,4 +753,4 @@ entries:
urls:
- deepfence-router-1.0.0.tgz
version: 1.0.0
generated: "2024-05-13T15:42:47.59521+05:30"
generated: "2024-06-18T00:31:47.994519+05:30"
2 changes: 1 addition & 1 deletion deployment-scripts/start-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ start_agent() {
-e DEEPFENCE_KEY="$DEEPFENCE_KEY" \
-e DF_USE_DUMMY_SCOPE="$DF_USE_DUMMY_SCOPE" \
-e DF_USE_FAT_DUMMY_SCOPE="$DF_USE_FAT_DUMMY_SCOPE" \
"$IMAGE_REPOSITORY"/deepfence_agent_ce:"${DF_IMG_TAG:-2.2.1}"
"$IMAGE_REPOSITORY"/deepfence_agent_ce:"${DF_IMG_TAG:-2.2.2}"
}

main() {
Expand Down
Loading

0 comments on commit 0833834

Please sign in to comment.