diff --git a/charts/odigos/Chart.yaml b/charts/odigos/Chart.yaml index c214b47..965f256 100644 --- a/charts/odigos/Chart.yaml +++ b/charts/odigos/Chart.yaml @@ -15,10 +15,10 @@ 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.3.4 +version: 0.3.5 # 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. # It is recommended to use it with quotes. -appVersion: "1.0.38" +appVersion: "1.0.39" diff --git a/charts/odigos/templates/autoscaler/role.yaml b/charts/odigos/templates/autoscaler/role.yaml index 93f5a34..f66b033 100644 --- a/charts/odigos/templates/autoscaler/role.yaml +++ b/charts/odigos/templates/autoscaler/role.yaml @@ -72,7 +72,7 @@ rules: - apiGroups: - actions.odigos.io resources: - - insertclusterattributes + - addclusterinfos verbs: - watch - get @@ -80,7 +80,7 @@ rules: - apiGroups: - actions.odigos.io resources: - - insertclusterattributes/status + - addclusterinfos/status verbs: - get - patch diff --git a/charts/odigos/templates/crds/actions/insertclusterattributes.yaml b/charts/odigos/templates/crds/actions/addclusterinfo.yaml similarity index 90% rename from charts/odigos/templates/crds/actions/insertclusterattributes.yaml rename to charts/odigos/templates/crds/actions/addclusterinfo.yaml index 88712be..965e774 100644 --- a/charts/odigos/templates/crds/actions/insertclusterattributes.yaml +++ b/charts/odigos/templates/crds/actions/addclusterinfo.yaml @@ -4,21 +4,23 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.8.0 creationTimestamp: null - name: insertclusterattributes.actions.odigos.io + name: addclusterinfos.actions.odigos.io spec: group: actions.odigos.io names: - kind: InsertClusterAttribute - listKind: InsertClusterAttributeList - plural: insertclusterattributes - singular: insertclusterattribute + kind: AddClusterInfo + listKind: AddClusterInfoList + plural: addclusterinfos + shortNames: + - aci + singular: addclusterinfo scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: - description: InsertClusterAttribute is the Schema for the insertclusterattribute - odigos action API + description: AddClusterInfo is the Schema for the addclusterinfo odigos action + API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation @@ -33,7 +35,7 @@ spec: metadata: type: object spec: - description: InsertClusterAttributeSpec defines the desired state of InsertClusterAttribute + description: AddClusterInfoSpec defines the desired state of AddClusterInfo action properties: actionName: @@ -70,12 +72,12 @@ spec: - signals type: object status: - description: InsertClusterAttributeStatus defines the observed state of - InsertClusterAttribute action + description: AddClusterInfoStatus defines the observed state of AddClusterInfo + action properties: conditions: - description: 'Represents the observations of a insertclusterattributes''s - current state. Known .status.conditions.type are: "Available", "Progressing"' + description: 'Represents the observations of a addclusterinfo''s current + state. Known .status.conditions.type are: "Available", "Progressing"' items: description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct diff --git a/charts/odigos/values.yaml b/charts/odigos/values.yaml index 1bb7cd9..fa14805 100644 --- a/charts/odigos/values.yaml +++ b/charts/odigos/values.yaml @@ -1,5 +1,5 @@ image: - tag: v1.0.38 + tag: v1.0.39 imagePullSecrets: [] autoscaler: