diff --git a/charts/data-movement-operator/Chart.yaml b/charts/data-movement-operator/Chart.yaml index cad7b28..6cadbf1 100644 --- a/charts/data-movement-operator/Chart.yaml +++ b/charts/data-movement-operator/Chart.yaml @@ -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.8.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.8.0 diff --git a/charts/data-movement-operator/values.yaml b/charts/data-movement-operator/values.yaml index cbce1e7..4aa325f 100644 --- a/charts/data-movement-operator/values.yaml +++ b/charts/data-movement-operator/values.yaml @@ -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.8.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 @@ -31,37 +27,28 @@ 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 @@ -69,9 +56,7 @@ manager: annotations: {} # The name of the service account to use name: dmo-manager - podAnnotations: {} - # Pod Security Context. # ref: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context podSecurityContext: @@ -81,7 +66,6 @@ manager: # Ignored on openshift. seccompProfile: type: RuntimeDefault - # Container Security Context. # ref: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1 containerSecurityContext: @@ -90,35 +74,29 @@ manager: privileged: false capabilities: drop: - - ALL - + - ALL 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 diff --git a/modules/fybrik-implicit-copy-batch/Chart.yaml b/modules/fybrik-implicit-copy-batch/Chart.yaml index 4ffbcae..0b50cbb 100644 --- a/modules/fybrik-implicit-copy-batch/Chart.yaml +++ b/modules/fybrik-implicit-copy-batch/Chart.yaml @@ -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 @@ -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.8.0 diff --git a/modules/fybrik-implicit-copy-stream/Chart.yaml b/modules/fybrik-implicit-copy-stream/Chart.yaml index e309ade..b65e3bb 100644 --- a/modules/fybrik-implicit-copy-stream/Chart.yaml +++ b/modules/fybrik-implicit-copy-stream/Chart.yaml @@ -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 @@ -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.8.0 diff --git a/modules/implicit-copy-batch-module.yaml b/modules/implicit-copy-batch-module.yaml index 39a1ac3..aafa12f 100644 --- a/modules/implicit-copy-batch-module.yaml +++ b/modules/implicit-copy-batch-module.yaml @@ -6,7 +6,7 @@ metadata: name: implicit-copy-batch labels: name: implicit-copy-batch - version: 0.0.0-master + version: 0.8.0 spec: type: service capabilities: @@ -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.8.0 statusIndicators: - kind: BatchTransfer successCondition: status.status == SUCCEEDED diff --git a/modules/implicit-copy-stream-module.yaml b/modules/implicit-copy-stream-module.yaml index 0981e9e..b4f2e07 100644 --- a/modules/implicit-copy-stream-module.yaml +++ b/modules/implicit-copy-stream-module.yaml @@ -6,7 +6,7 @@ metadata: name: implicit-copy-stream labels: name: implicit-copy-stream - version: 0.0.0-master + version: 0.8.0 spec: type: service capabilities: @@ -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.8.0 statusIndicators: - kind: StreamTransfer successCondition: status.status == SUCCEEDED