Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion weblogic-azure-aks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.oracle.weblogic.azure</groupId>
<artifactId>wls-on-aks-azure-marketplace</artifactId>
<version>1.0.15</version>
<version>1.0.16</version>

<parent>
<groupId>com.microsoft.azure.iaas</groupId>
Expand Down
4 changes: 2 additions & 2 deletions weblogic-azure-aks/src/main/arm/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"text": "This value is appended to 'container-registry.oracle.com/middleware/weblogic:' and used in the Dockerfile FROM statement. \nOracle Standard Terms and Restrictions terms must be agreed. \nClick the following link to make sure you have agree the terms and check the valid tags.",
"link": {
"label": "Must be a valid tag value from Oracle Container Registry",
"uri": "https://aka.ms/wls-aks-fromImage-tag"
"uri": "https://aka.ms/wls-aks-fromImage-tag?${project.version}-${maven.build.timestamp}"
}
}
},
Expand Down Expand Up @@ -1598,4 +1598,4 @@
"wlsUserName": "[basics('basicsRequired').wlsUserName]"
}
}
}
}