Skip to content

Commit

Permalink
Pom version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
malakaganga committed Jun 22, 2022
1 parent ea031a5 commit e959778
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api-operator/deploy/controller-artifacts/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
containers:
- name: api-operator
# Replace this with the built image name
image: wso2/k8s-api-operator:2.0.2
image: wso2/k8s-api-operator:2.0.3
ports:
- containerPort: 9445
command:
Expand Down
15 changes: 15 additions & 0 deletions api-operator/deploy/crds/wso2.com_integrations_crd.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
#
# WSO2 Inc. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
# in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.wso2.apim</groupId>
<artifactId>k8s-api-operator</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.apim</groupId>
<artifactId>k8s-api-operator-distribution</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>API Operator For K8s Distribution</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.apim</groupId>
<artifactId>k8s-api-operator</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>API Operator For K8s</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -52,7 +52,7 @@
</executions>
<configuration>
<repository>${docker.repository}</repository>
<tag>v${project.version}</tag>
<tag>${project.version}</tag>
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
<skip>false</skip>
</configuration>
Expand Down

0 comments on commit e959778

Please sign in to comment.