Skip to content

Commit

Permalink
Commit from GitHub Actions (Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2022
1 parent b57b9dc commit 6d2021a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 56 deletions.
4 changes: 2 additions & 2 deletions charts/data-movement-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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: 0.0.0
version: 0.7.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: master
appVersion: 0.7.0
68 changes: 24 additions & 44 deletions charts/data-movement-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,19 @@
# Overrides names
nameOverride: ""
fullnameOverride: ""

# Set to false to disable deploying cluster scoped resources.
# Note that these resources are still required for a valid
# deployment. Only set this to false if you deployed cluster
# scoped resources using a different method.

clusterScoped: true

blueprintNamespace: "fybrik-blueprints"

# Global configuration applies to multiple components installed by this chart
global:
# Default hub for Fybrik images.
hub: ghcr.io/fybrik
# Default tag for Fybrik images.
# If no value is set, the chart's appVersion will be used.
tag: ""
tag: "0.7.0"
# Default image pull policy for Fybrik images
# Default behavior: latest images will be Always else IfNotPresent.
# ref: https://kubernetes.io/docs/concepts/containers/images/#updating-images
Expand All @@ -31,85 +27,69 @@ global:
imagePullSecrets: []
# Default connection timeout for GRPC connections.
connectionTimeout: 120

deployCRDs: true

# Manager component
manager:
# Set to true to deploy the manager component or false to skip its deployment.
# Defaults to true if `coordinator.enabled` or `worker.enabled` is true.
enabled: true

# Override GRPC connection timeout in manager
connectionTimeout:

connectionTimeout:
# Image name or a hub/image[:tag]
image: "dmo-manager"
# Overrides global.imagePullPolicy
imagePullPolicy: ""

# Set to true to enable socat in the manager pod to forward
# traffic from a localhost registry. Used only for development.
socat: false

# Overrides arguments to be passed to manager container
overrideArgs:

# Extra environment variables to be set for manager container
extraEnvs:
# - name: env_name
# value: env_value

replicaCount: 1

serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use
name: dmo-manager

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

tolerations: []

affinity: {}

prometheus: false

chartVolume: ""
# Specify a persistent volume claim, to be mounted by the manager, that can contain
# helm charts that can be referenced by a FybrikModule. Manager will check if a chart
# is available on volume first, then try to pull from a Docker registry if it does not exist.
# To populate the volume, create a 'charts' directory at the root of the mount,
# and place helm charts within the charts directory.

# Specify a persistent volume claim, to be mounted by the manager, that can contain
# helm charts that can be referenced by a FybrikModule. Manager will check if a chart
# is available on volume first, then try to pull from a Docker registry if it does not exist.
# To populate the volume, create a 'charts' directory at the root of the mount,
# and place helm charts within the charts directory.
# S3 mock service installed in fybrik namespace
s3mock:
enabled: false
4 changes: 1 addition & 3 deletions modules/fybrik-implicit-copy-batch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
apiVersion: v2
name: fybrik-implicit-copy-batch
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -14,8 +13,7 @@ description: A Helm chart for Kubernetes
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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: 0.1.0
version: 0.7.0
4 changes: 1 addition & 3 deletions modules/fybrik-implicit-copy-stream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
apiVersion: v2
name: fybrik-implicit-copy-stream
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -14,8 +13,7 @@ description: A Helm chart for Kubernetes
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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: 0.1.0
version: 0.7.0
4 changes: 2 additions & 2 deletions modules/implicit-copy-batch-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: implicit-copy-batch
labels:
name: implicit-copy-batch
version: 0.0.0-master
version: 0.7.0
spec:
type: service
capabilities:
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
- name: RedactAction
- name: RemoveAction
chart:
name: ghcr.io/fybrik/fybrik-implicit-copy-batch:0.0.0-master
name: ghcr.io/fybrik/fybrik-implicit-copy-batch:0.7.0
statusIndicators:
- kind: BatchTransfer
successCondition: status.status == SUCCEEDED
Expand Down
4 changes: 2 additions & 2 deletions modules/implicit-copy-stream-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: implicit-copy-stream
labels:
name: implicit-copy-stream
version: 0.0.0-master
version: 0.7.0
spec:
type: service
capabilities:
Expand All @@ -28,7 +28,7 @@ spec:
- name: RedactAction
- name: RemoveAction
chart:
name: ghcr.io/fybrik/fybrik-implicit-copy-stream:0.0.0-master
name: ghcr.io/fybrik/fybrik-implicit-copy-stream:0.7.0
statusIndicators:
- kind: StreamTransfer
successCondition: status.status == SUCCEEDED
Expand Down

0 comments on commit 6d2021a

Please sign in to comment.